import { Tags } from'hot-shots';
import { BaseCollector } from'./base.collector';
exportdeclareclassGaugeCollectorextendsBaseCollector {
/**
* Set value of gauge to the input. Inputs can be negative.
* @paramvalue
* @paramtags
*/set(value: number, tags?: Tags): void;
}