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