export declare function mergeObject(src: any, dst: any): void; export declare function mergeArray(src: any, dst: any): void; export declare function rewind(submissions: any): { data: {}; }; /** * @deprecated This method is no longer supported */ export declare function unwind(form: any, submission: any): any[];