export declare const enum FieldArrayMutatorAction { Unknown = 0, Initialize = 1, Set = 2, Reset = 3 }