import watcher from '@parcel/watcher'; export declare function buildTsLess(baseDir: string, isBuild: boolean, staticFilesPattern: string[], lastEvents?: watcher.Event[]): Promise; export declare function webpackBuildTs(isBuild: boolean, entry: string, outputfile: string): Promise; export declare function buildLess(isBuild: boolean, entry: string, outputfile: string): Promise; export declare function copyPublicFolder(baseDir: string, isBuild: boolean): Promise; export declare function getValidateLayoutPaths(pagePath: string, baseDir: string, layoutList: string[]): Promise; export declare function generateTemplateFile(baseDir: string, isBuild: boolean): Promise;