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