export declare const HOST_URL = "https://chat.openai.com"; export declare const CHAT_PAGE: string; export declare const LOGIN_PAGE: string; export declare const PROMPT_ENDPOINT: string; export declare const LOGIN_SUCCESS_PAGE: string; export declare const USER_AGENT: string; export declare const REQUEST_DEFAULT_TIMEOUT = 30000; export declare const STREAMED_REQUEST_DEFAULT_TIMEOUT = 15000; //# sourceMappingURL=index.d.ts.map