import type { ModuleIdentifier, SentinelInstance } from '@xyo-network/sdk'; import type { ModuleFromNodeConfig } from '../../../node/index.js'; /** Resolves all sentinel instances matching the given ids from the current node. */ export declare const useSentinelsFromNode: (ids?: ModuleIdentifier[], config?: ModuleFromNodeConfig) => [SentinelInstance[] | null | undefined, Error | undefined]; //# sourceMappingURL=useSentinelsFromNode.d.ts.map