import { KnexInstrumentation } from '@opentelemetry/instrumentation-knex'; export declare const instrumentKnex: ((options?: unknown) => KnexInstrumentation) & { id: string; }; /** * Knex integration * * Capture tracing data for [Knex](https://knexjs.org/). * * @example * ```javascript * import * as Sentry from '@debugg-ai/node'; * * Sentry.init({ * integrations: [Sentry.knexIntegration()], * }); * ``` */ export declare const knexIntegration: () => import("@debugg-ai/core").Integration; //# sourceMappingURL=knex.d.ts.map