export declare class IdGenerator {
    getId(prefix?: string): string;
}
