import { IFormToObjectOptions } from "./types"; export default function formToObject(selector: HTMLFormElement | string, options?: IFormToObjectOptions): T | undefined;