export declare class Md5Generate {
    /**
     * Returns the md 5.
     * @param input Provides the input value used by this operation.
     * @returns Returns the md 5.
     */
    static getMd5(input: string): string;
}
