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