/** * # Trim SQL * @description Remove Returns and miltiple spaces from SQL Query */ export default function trimSql(sql: string): string;