/** * Static Utility Functions */ export declare class Util { static generateUUID(): string; }