export interface IGuidGenerator {
constructor(): string;
constructor(guid: string): boolean;
}
//# sourceMappingURL=IGuidGenerator.d.ts.map