import { vtkContext } from './useVTK.types'; interface action { type: string; ids?: string[]; value?: any; } export declare const vtkReducer: (state: vtkContext, action: action) => vtkContext; export {};