export declare class FieldPath { readonly segments: readonly string[]; constructor(...segments: string[]); static documentId(): FieldPath; isEqual(other: FieldPath): boolean; toString(): string; } //# sourceMappingURL=field-path.d.ts.map