export declare function getDocumentUseCount(key?: string): number;
export declare function incrementDocumentUseCount(key?: string): number;
export declare function resetDocumentUseCount(key?: string): void;
//# sourceMappingURL=document-use-count.d.ts.map