import type { string_markdown, string_markdown_text } from '../../types/string_markdown'; /** * Create a markdown table from a 2D array of strings * * @public exported from `@promptbook/markdown-utils` */ export declare function createMarkdownTable(table: Array>): string_markdown;