export declare function getMaybeOAuthTokens(): Generator | null, import("../../../types").Tokens | null, Record & { token: string; expiration?: string | null | undefined; } & { token: string; } & import("../../../types").Tokens>;