export declare function getTotalUseCountAsync(key?: string): Promise<number>;
export declare function incrementTotalUseCountAsync(key?: string): Promise<number>;
export declare function resetTotalUseCountAsync(key?: string): Promise<void>;
//# sourceMappingURL=total-use-count.d.ts.map