import type { ObjectSchema } from '@becomes/purple-cheetah/types'; export interface InvitationInstance { id: string; orgId: string; } export declare const InvitationInstanceSchema: ObjectSchema;