import { GetAuthResult } from '../types';
export declare function fetchCookiesAndAuthorizationDetails(): Promise<GetAuthResult>;
