import { formatValidator } from './formatValidator'; export declare const formatAssertionValidators: { format: typeof formatValidator; };