import { VALID, ValidationFields } from "../types/package";
export declare const validationCallback: Record<keyof ValidationFields, (value: any, msg?: string, refValue?: any) => string | typeof VALID>;
