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