import { InstrumentType } from '../InstrumentDescriptor';
/**
 * Cardinality Limit selector based on metric instrument types.
 */
export declare type CardinalitySelector = (instrumentType: InstrumentType) => number;
//# sourceMappingURL=CardinalitySelector.d.ts.map