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