declare const buildConfig: (fileName: string, format?: 'esm' | 'cjs') => Promise; export default buildConfig;