export interface IUtilsManager {
    hash(value: string): number;
}
