import type { Pack } from "./Pack.d.ts";
import type { Title } from "./Title.d.ts";
import type { CodeBlock } from "./CodeBlock.d.ts";
import type { Table } from "./Table.d.ts";
import type { Line } from "./Line.d.ts";
export declare type Block = Title | CodeBlock | Table | Line;
export declare const convertToBlock: (pack: Pack) => Block;
//# sourceMappingURL=index.d.ts.map
