export declare class DragoCompactor { path: string; keyType: string; cache: boolean; private _manifestData; private _bloomCache; constructor(path: string, keyType: string, cache: boolean); private _indexFileCache; private _getBloom; private _runCompaction; }