export declare class Guid { private constructor(); static generator: IterableIterator; static newGuid(): string; } //# sourceMappingURL=guid.d.ts.map