import { ScullyConfig } from './interfacesandenums'; export declare function validateConfig(config: ScullyConfig): Promise; export declare function checkFolderExists(folder: string): boolean;