import type { StructuredRenderableBlock } from "./types.js"; export declare const FABLES_CONTENT = "ca.justexe.fables.blocks"; /** Renderable blocks for a `ca.justexe.fables.blocks` payload. */ export declare function fablesBlocks(content: unknown, contentFormat?: string | null): Array; //# sourceMappingURL=fables.d.ts.map