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