import { IFieldType } from './types'; export declare const fields: IFieldType[]; export declare const getField: (name: string) => IFieldType;