export declare function serialize(form: HTMLFormElement): Record; export declare function getFormControls(form: HTMLFormElement): Element[];