import { BlockAnnotation } from "@atjson/document"; export declare class Fence extends BlockAnnotation<{ info: string; }> { static type: string; static vendorPrefix: string; } //# sourceMappingURL=fence.d.ts.map