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