import type { ObjectSchema } from '@becomes/purple-cheetah/types'; export interface InvitationTo { email: string; } export declare const InvitationToSchema: ObjectSchema;