import type { BuildContext } from '../create-build-context'; declare const getUserConfig: (fileNames: string[], ctx: BuildContext) => Promise; export { getUserConfig }; //# sourceMappingURL=config.d.ts.map