export declare const SOURCES_DB = "sources";
export declare const STATISTIC_DB = "statistic";
export declare const HASHES_DB_PREFIX = "hashes_";
export declare function getHashDbName(format: string): string;
