/**
 * Fetches the process.env parameter key otherwise throws an error
 * @param key
 */
export declare const getRequiredEnv: <T>(key: string) => T;
/**
 * Fetches the process.env parameter key if found
 * @param key
 */
export declare const getOptionalEnv: <T>(key: string) => T | null;
//# sourceMappingURL=envs.d.ts.map