/**
 * Runs a check of all required environment variables and throws an error if any are missing
 */
export declare function checkEnv(): void;
