/** * @author WMXPY * @namespace Util * @description Digest */ export declare const digestString: (input: string) => string;