export type OAuthProfileMappingResult = unknown; export function applyOAuthAccountHints(...args: any[]): void; export function decodeOAuthJwtPayload(...args: any[]): unknown; export function mapOAuthProfileToExtendedUser(...args: any[]): Promise;