export declare class GroupInstanceIdCreator {
    private readonly existingIds;
    getInstanceIdForKey(key: string): number;
}
