export declare const pathTo: (fileName: string) => string;
export declare const mkdir: (filePath: any, data: any) => void;
