export declare class SystemUser { Id: string | undefined; Name: string | undefined; Email: string | undefined; Admin: boolean | undefined; ApplicationOwner?: string | undefined; ApplicationUserId?: string | undefined; Active: boolean | undefined; EmployeeNumber?: string | undefined; Username?: string | undefined; Password?: string | undefined; ResetPasswordCode?: string | undefined; OrganizationId: string | undefined; ResetPasswordPending?: boolean | undefined; get Type(): string; get Status(): string; } //# sourceMappingURL=system-user.d.ts.map