import { SyncValidation } from '../../types.js'; type CompileReturnType = { fieldValue?: string; ref?: string; }; /** * Validation signature for the "equalTo". Non-string values are * ignored. */ export declare const equalTo: SyncValidation; export {};