export declare function copyAllStaticFiles(staticDirs: any[] | undefined, outputDir: string): Promise<void>;
