/** * - Replace new lines with spaces * - Replaces code blocks with single backticks * - Replaces multiple spaces with single spaces */ export declare function formatTableCell(str: string): string;