import type { FSDBEntity } from '@becomes/purple-cheetah-mod-fsdb/types'; import type { ObjectSchema } from '@becomes/purple-cheetah/types'; export interface InstanceProxyConfig extends FSDBEntity { instanceId: string; name: string; code: string; } export declare const InstanceProxyConfigSchema: ObjectSchema;