export declare class IDManager {
    static idmap: any;
    static init(): void;
    static genId(label: string): number;
}
