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