export declare const getGitbookAccessToken: () => Promise; export declare const retrieveCredenzaAccess: () => Promise; export declare const handleTransactionInQuery: (isLoggedIn: boolean, openUI: () => void) => void; export declare const getUserAddressBySub: (sub: string) => Promise<{ address: string; }>;