export declare const toArray: <T>(arr?: T | T[] | null | undefined) => T[];
export declare function isQuoted(str: string): boolean | "";
export declare function clean(part: string): string;
export declare function inPath(basePath: string, childPath: string): boolean;
export declare function reduce(paths: string[]): string[];
export declare function trim(rootPath: string, pathHash: Record<string, any>, exact?: boolean): Record<string, any>;
