export default class OpsCost {
    ops: Map<string, number>;
    toString(): string;
    increment(opsId: string): void;
}
//# sourceMappingURL=OpsCost.d.ts.map