import { Environment } from '../types/Accounts.js'; export declare function getValidEnv(env?: string | null, maskedProductionValue?: Environment): Environment;