import type { CustomAttributeTypeInterface, ValidationError } from '@markdoc/markdoc'; export declare class JsonSchemaRef implements CustomAttributeTypeInterface { validate(_value: string): ValidationError[]; static resolver: string; } //# sourceMappingURL=json-schema-ref.d.ts.map