import { type IUtilsManager } from "../common";
export declare class RageUtilsManager implements IUtilsManager {
    hash(value: string): number;
}
