export declare namespace EnvironmentVariables {
    function validateOrThrow(): void;
    function getApiKeyOrThrow(): string;
}
