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