import { ParsedField } from "./types"; export declare function createField(name: string, type: string): ParsedField;