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