/** * Processes content to escape curl commands within tick marks and existing escape strings * @param content - The content to process * @returns the processed content with escaped curl commands */ export default function sanitizeFileContent(content: string): string;