import { HashStrategy } from './hash-strategy'; export declare class DefaultHashStrategy implements HashStrategy { hash(input: string): string; }