export declare type Serial = { value: any; name: string; }; export declare const serializeArray: (form: HTMLElement) => Serial[];