import type { Config, EnvConfigWithComponent } from "../types/config";
export declare const getEnvConfig: (config: Config, componentName: string, env: string) => EnvConfigWithComponent;
