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