export declare function sanitizePath(value: any): any[];
export declare function joinPath(value: any): string;
