import { NodeEditor } from 'rete'; import { BaseAreaPlugin } from 'rete-area-plugin'; import { ExpectedScheme } from './types'; type Props = { editor: NodeEditor; area: BaseAreaPlugin; }; export declare function useValidator(props: Props): void; export {}; //# sourceMappingURL=validation.d.ts.map