/** * Returns the value of an environment variable. * * @throws If the key is not set. */ export declare const getValueOfEnvironmentVariable: (key: string) => string;