export default function get_form_data(form: HTMLFormElement): { [name: string]: string | number | boolean; };