import type { ValidationActions } from './types.js'; export declare const useValidationActions: () => ValidationActions;