import FormatI from './interfaces/FormatI.interface';
declare const ajvCustomFormats: FormatI[];
export default ajvCustomFormats;
