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