/**
 * Get the selected environment for a project
 */
export declare function getSelectedEnvironment(projectName: string): Promise<string | null>;
/**
 * Select an environment for a project
 */
export declare function selectEnvironment(projectName: string, environmentName: string | null): Promise<void>;
/**
 * Verify that the environment exists before selecting it
 */
export declare function validateAndSelectEnvironment(projectName: string, environmentName: string | null): Promise<boolean>;
//# sourceMappingURL=env-config.d.ts.map