import { RegularNode, SchemaNodeKind } from '@stoplight/json-schema-tree'; export declare function getApplicableFormats(schemaNode: RegularNode): [type: SchemaNodeKind, format: string] | null;