import type { ObjectTypeShape, TypeCheck } from '@ariestools/sdk'; import type { AttachableArchivistInstance } from './AttachableInstance.js'; export declare const requiredAttachableArchivistInstanceFunctions: ObjectTypeShape; export declare const isAttachableArchivistInstance: TypeCheck; //# sourceMappingURL=isAttachableInstance.d.ts.map