import type { Authorization } from './Authorization'; export declare type User = Readonly<{ email: string | null; emailConfirmed: boolean; authorization: Authorization | null; roles: ReadonlyArray | null; }>; //# sourceMappingURL=User.d.ts.map