import { InstrumentationConfig as BaseInstrumentationConfig } from '@opentelemetry/instrumentation';
export interface InstrumentationConfig extends BaseInstrumentationConfig {
    enhancedDatabaseReporting?: boolean;
}
//# sourceMappingURL=types.d.ts.map