import type { Format } from 'ajv'; /** Register the canonical JSON Schema formats shared by TAP package tooling. */ export declare function registerTapManifestAjvFormats(ajv: Registry): Registry; export declare interface TapJsonSchemaFormatRegistry { addFormat(name: string, format: Format): unknown; } export { }