import { Identity } from "@authhero/adapter-interfaces"; export declare function userToIdentity(user: any, isPrimary?: boolean): Identity;