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