import { FormatDefinition } from 'ajv';
declare const UTCTimeFormat: FormatDefinition<string>;
export default UTCTimeFormat;
