import type { OAuthController, OAuthCredentials } from "./types"; /** Test seam: the resolved native-app borrowing opt-out. */ export declare function authBorrowDisabledForTest(): boolean; export declare function loginPerplexity(ctrl: OAuthController): Promise;