import { Omit, IFieldConfig, IFieldArrayConfig } from '../interfaces'; export declare const $fields: unique symbol; export declare function field(config?: Omit, 'value'>): (target: any, key: any) => void; export declare function fieldArray(config?: Omit): (target: any, key: any) => void;