import { Type } from './types'; export declare class TypeField { name: string; type: Type; constructor(name: string, type: Type); }