import { FormAnswer, ServerFormAnswer } from '../types'; export declare const mapFormAnswer: (formAnswer: ServerFormAnswer) => FormAnswer;