declare class Util {
    static genUuid(): string;
}
export { Util };
