import type { ObjectTypeShape, TypeCheck } from '@ariestools/sdk'; import type { AttachableBridgeInstance } from './AttachableInstance.js'; /** @deprecated The Bridge module concept is deprecated and will be removed in the next major version. */ export declare const requiredAttachableBridgeInstanceFunctions: ObjectTypeShape; /** @deprecated The Bridge module concept is deprecated and will be removed in the next major version. */ export declare const isAttachableBridgeInstance: TypeCheck; //# sourceMappingURL=isAttachableInstance.d.ts.map