export declare const retrieveCredenzaAccess: () => Promise; export declare const getUserAddressBySub: (sub: string) => Promise<{ address: string; }>;