import { Field } from '../types';
export declare function ParseField(tokens: string[], empty?: boolean): Field;
