basant307/AI_Governance_Project
048
1/**2 * Remove all lines starting with `%%` from the text that don't contain a `%%{`3 * @param text - The text to remove comments from4 * @returns cleaned text5 */6export declare const cleanupComments: (text: string) => string;7 