declare class CommonUtil {
    static uuid(): string;
}
export { CommonUtil };
