declare type SearchPathSegment = string | number | []; export declare const fieldNeedsEscape: (fieldName: string) => boolean; export declare const escapeField: (fieldName: string) => string; export declare const joinPath: (pathArray: SearchPathSegment[]) => string; export {}; //# sourceMappingURL=searchUtils.d.ts.map