import { Form, ServerForm } from '../types'; export declare const mapForm: (form: ServerForm) => Form;