import { AutoEncoder } from '@simonbackx/simple-encoding'; export declare class OrganizationEmail extends AutoEncoder { id: string; /** * Name of this person / group */ name: string | null; email: string; /** * Whether this e-mail might get used as a global default one when we could not find a different one */ default: boolean; /** * Only usable by users with full permissions */ restricted: boolean; getDiffName(): string; } //# sourceMappingURL=OrganizationEmail.d.ts.map