import { OauthToken } from "../models";
import { Manifest } from "ryuu-client/lib/models";
export declare function getMostRecentLogin(): Promise<any>;
export declare const isOauthEnabled: (manifest: Manifest) => boolean;
export declare const getProxyId: (manifest: Manifest) => string;
export declare function getOauthTokens(proxyId: string, scopes: string[] | undefined): Promise<OauthToken>;
