/** * Adds a tracing comment to a query, which can then be used to trace the query * by the sidecar, and if supported by the database server, traced by the * database server too. * * (CloudSQL supports this, but not sure about other databases) */ export declare function queryWithComment(query: string, driver?: string): string;