import type { NodeInstance } from '@xyo-network/sdk'; /** Returns a weak reference to the {@link NodeInstance} from {@link NodeContext}. */ export declare const useWeakProvidedNode: () => [WeakRef | null | undefined]; //# sourceMappingURL=useWeakProvidedNode.d.ts.map