import { copy as copyFs } from 'fs-extra'; export * from './browser.dev'; export * from './browser.build'; export * from './browser.play'; export * from './nodejs.dev'; export * from './nodejs.play'; export * from './nodejs.run'; export declare function cleanDir(dir: string): Promise; export declare const copy: typeof copyFs;