/**
 * Escapes block content to protect newline and space characters
 */
export declare function protectBlockContent(blockContent: string): string;
