import Auth0 from "../types";
export declare const identity: (attributes?: {
    [x: string]: any;
    connection?: string | undefined;
    isSocial?: boolean | undefined;
    provider?: string | undefined;
    profileData?: {
        [x: string]: string | undefined;
    } | undefined;
    user_id?: string | undefined;
} | undefined, transient?: Partial<any> | undefined) => Auth0.Identity;
//# sourceMappingURL=identity.d.ts.map