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