export declare class IDGenerator { private generator; constructor(key: string); nextUid(): string; }