export interface EnvVar {
    key: string;
    value: string;
}
export declare function encryptEnvVars(envs: EnvVar[], publicKeyHex: string): Promise<string>;
//# sourceMappingURL=encrypt-env-vars.d.ts.map