import { LinkedListRowType } from "./linked-list-row-type.model"; export declare class LinkedListFieldType { id: string; name: keyof LinkedListRowType; constructor(id: string, name: keyof LinkedListRowType); }