export declare const createFolder: (filepath: string) => Promise<boolean>;
