export declare const instrumentMysql2: ((options?: unknown) => void) & { id: string; }; /** * MySQL2 integration * * Capture tracing data for mysql2 */ export declare const mysql2Integration: () => import("@sentry/types").Integration; //# sourceMappingURL=mysql2.d.ts.map