import type { KeywordDefinition } from "ajv"; export interface DefinitionOptions { defaultMeta?: string | boolean; } export declare type GetDefinition = (opts?: DefinitionOptions) => T;