import type { ObjectSchema } from '@becomes/purple-cheetah/types'; export interface InvitationFrom { id: string; name: string; } export declare const InvitationFromSchema: ObjectSchema;