/**
 * Highlights Lua code blocks with syntax highlighting.
 *
 * @param {string} code - The Lua code as a string.
 * @returns {string} - The highlighted HTML string.
 */
export declare const highlightLua: (code: string) => string;
//# sourceMappingURL=highlight.d.ts.map