export declare function getSessionUsingBrowserAuthFlowAsync({ expoWebsiteUrl, }: {
    expoWebsiteUrl: string;
}): Promise<string>;
