import type { InstrumentationScope } from '@opentelemetry/core';
import type { InstrumentDescriptor } from '../InstrumentDescriptor';
import type { View } from './View';
export declare class ViewRegistry {
    private _registeredViews;
    addView(view: View): void;
    findViews(instrument: InstrumentDescriptor, meter: InstrumentationScope): View[];
    private _matchInstrument;
    private _matchMeter;
}
//# sourceMappingURL=ViewRegistry.d.ts.map