/**
 * Unescapes block content to protect newline and space characters
 */
export declare function restoreBlockContent(content: string): string;
