export declare class ColumnFieldId { private readonly id; constructor(id: string); getId(): string; }