import { Field } from '../types';
export declare function ParseOneOf(tokens: string[]): Field[];
