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