import { JSONSchema7 } from 'json-schema'; declare const isOfType: (data: unknown, schema: JSONSchema7) => data is T; export { isOfType };