export declare class IdGenerator {
    static uuid(): string;
}
