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