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