import type { VeryfrontConfigInput } from "./schemas/index.js"; import { type EnvironmentConfig } from "./environment-config.js"; export { defineConfig, mergeConfigs } from "./define-config-core.js"; /** Define a Veryfront project configuration from the current environment name. */ export declare function defineConfigWithEnv(factory: (env: string) => T, envConfig?: Pick): T; //# sourceMappingURL=define-config.d.ts.map