export declare abstract class HashStrategy { abstract hash(input: string): string; }