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