/** * EasyData representation of GUID. */ export declare class EasyGuid { /** * Generates new GUID. * @returns The string representation of GUID. */ static newGuid(): string; }