import { isDir, isFile, removeScope, getExistFile, replaceName } from '@walrus/build-utils'; export declare const stdout: { (...data: any[]): void; (message?: any, ...optionalParams: any[]): void; }; export declare const stderr: { (...data: any[]): void; (message?: any, ...optionalParams: any[]): void; }; /** ------------------------ */ export declare const cleanDist: () => Promise; /** ------------------------ */ export declare function getConfigFileData(cwd: string): any; /** ------------------------ */ export { isDir, isFile, removeScope, getExistFile, replaceName, }; export { safeVariableName } from './safeVariableName'; export { babelCustom } from './babelCustom'; export { normalizeConfig } from './normalizeConfig'; export { createConfig } from './createConfig'; export { getMain } from './getMain'; export { getPostcssOpts } from './getPostcssOpts'; export { getOutput } from './getOutput'; export { getCwdPath } from './getCwdPath'; export { getName } from './getName'; export { sortPluginKeys } from './sortPluginKeys'; export { doWatch } from './doWatch'; export { getPlugin } from './getPlugin'; export { getTsconfig, getTsconfigPath, } from './tsconfig';