import { InstrumentationConfig } from '@opentelemetry/instrumentation';
export interface MySQLInstrumentationConfig extends InstrumentationConfig {
    /**
     * If true, an attribute containing the query's parameters will be attached
     * the spans generated to represent the query.
     */
    enhancedDatabaseReporting?: boolean;
}
//# sourceMappingURL=types.d.ts.map