export declare const DEFAULT_OAUTH_LOGOUT_URL = "https://oauth.deriv.com/oauth2/sessions/logout"; export declare const DEFAULT_OAUTH_ORIGIN_URL = "https://oauth.deriv.com"; export declare const getServerInfo: () => { appId: string; lang: string | null | undefined; serverUrl: string; }; export declare const getOauthUrl: () => string; export declare const getOAuthLogoutUrl: () => string; export declare const getOAuthOrigin: () => string;