declare class HashCalculator { static calcHash(source: string): number; } export default HashCalculator;