export declare let apiUrl: any; export declare let orchestrationAPIUrl: any; export declare let orchestrationApiKey: any; export declare let apiKey: any; export declare let wasmUrl: string; export declare let cacheConfig: any; export declare const setEnvVariables: (api_key: string | null, api_url: string | null, api_orchestration_url: string | null, wasm_url: string | null, cache_config: boolean, api_orchestration_api_key?: string | null) => void;