declare class Guid { static NewGuid: (noHyphens?: boolean) => string; static Empty: string; static IsGuid: (guid: string) => boolean; } export { Guid };