export declare const joinQueryPath: (parentPrefix: string, path: any) => string; export declare const normalizeQueryPath: (path: string) => string; export declare function isSubPathOf(subst: string, string: string): boolean;