export declare const useValidator: (params: string[], onError: Function, routeParams: Record<string, string>) => void;
