export default class StitchUserIdentity { readonly id: string; readonly providerType: string; protected constructor(id: string, providerType: string); }