import type { TokenizedLine } from '../parser'; export declare function _tokenizedLineToMarkdown(line: TokenizedLine, indentation?: string): string; export declare function tokenizedLineToMarkdown(line: TokenizedLine, indentation?: string): string; export declare function tokenizedLinesToMarkdown(lines: TokenizedLine[], indentation?: string): string; //# sourceMappingURL=visualizeAsMD.d.ts.map