import type { BlockType, StableBlock } from '../types'; export declare function finalizeBlock(content: string, type: BlockType, counter: number, startPos: number): StableBlock; //# sourceMappingURL=finalizeBlock.d.ts.map