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