import { Model } from '../model'; export declare type User = Model & { applicationId?: string; name?: string; firstName: string; lastName: string; email: string; permissions?: number; privacyPolicyAgreedAt?: string; termsOfServiceAgreedAt?: string; }; //# sourceMappingURL=user.d.ts.map