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