/**
 * Recursively marks parent elements of code blocks to ensure they're preserved
 * @param node The DOM node to check and mark
 */
export declare function markCodeParents(node: Element | null): void;
//# sourceMappingURL=html-helpers.d.ts.map