import { type ConfigPluginOpts } from './types'; export declare const definitions: ({ configPath, envPath, devPath, mode, publicUrl, env, }: ConfigPluginOpts) => { __CONFIG_DEFAULTS__: {}; __CONFIG_ENVS__: {}; __CONFIG_LOCAL__: {}; __DXOS_CONFIG__: { dynamic: boolean; publicUrl: string; }; }; //# sourceMappingURL=definitions.d.ts.map