export class FieldPath extends Path {
    static documentId(): FieldPath;
    constructor(...segments: any[]);
}
export namespace FieldPath {
    const _DOCUMENT_ID: FieldPath;
}
export class Path {
    constructor(segments: any);
    segments: any;
    compareTo(other: any): 0 | 1 | -1;
    isEqual(other: any): boolean;
}
//# sourceMappingURL=path.d.ts.map