import type { ValidatorRules } from '../../utils/validation/types';
import type { CountryOfGoverningLawFieldSchema } from './types';
export declare const CountryOfGoverningLawFieldValidation: () => ValidatorRules<CountryOfGoverningLawFieldSchema>;
