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