import { CryptoWrapperResult } from "./crypto_wrapper";
export declare const decryptProcessEnvironment: () => CryptoWrapperResult[];
