import { IField, IMeta } from './interface'; export declare function parse(filePath: string, name: string): IField[]; export declare function parseAllInterface(filePath: any): {}; export declare function getFieldMeta(field: IField, language?: string): IMeta;