import { SecretMode } from '../env/env-classifier'; export interface EnvImportOptions { envFile: string; profile: string; skipKeychain?: boolean; mode?: SecretMode; secretKeys?: string[]; plaintextKeys?: string[]; dryRun?: boolean; interactive?: boolean; skipIntegration?: boolean; } export declare function runEnvImport(options: EnvImportOptions): Promise; //# sourceMappingURL=env.d.ts.map