import { ValidationModifier } from '../lib/types'; export declare let equals: (expected: string | number | boolean, opts?: { message?: string; }) => ValidationModifier; export declare let notEquals: (expected: string | number | boolean, opts?: { message?: string; }) => ValidationModifier; //# sourceMappingURL=equals.d.ts.map