export declare class UniqueIdGenerator { | |
private uniqueIdSeq; | |
private readonly usedUniqueIds; | |
generate(base: string, ...texts: string[]): string; | |
} | |
export declare class UniqueIdGenerator { | |
private uniqueIdSeq; | |
private readonly usedUniqueIds; | |
generate(base: string, ...texts: string[]): string; | |
} | |