export interface UserIdentity {
    provider: string;
    id: string;
}
//# sourceMappingURL=user-identity.d.ts.map