export default build; export function clean(): Promise; declare function buildTypes(): Promise; declare const buildEsm: any; declare function buildCjs(): Promise; export function validate(): Promise; export const build: any; declare function buildWatch(): any; export { buildTypes as _build_types, buildEsm as _build_esm, buildCjs as _build_cjs, buildWatch as watch }; //# sourceMappingURL=gulpfile.d.ts.map