import { EntityId } from '@generic-ui/hermes'; export declare class ItemEntityId extends EntityId { constructor(id: string); toString(): string; }