export default function set_form_data(form: HTMLFormElement, data: { [name: string]: string | number | boolean; }): void;