import type { ResourceMapper } from '@23blocks/jsonapi-codec'; import type { ApplicationForm, ApplicationFormResponse, SendOtpResponse } from '../types/application-form.js'; export declare const applicationFormMapper: ResourceMapper; /** * Map send-otp response (non-JSON:API format) */ export declare function mapSendOtpResponse(response: Record): SendOtpResponse; export declare const applicationFormResponseMapper: ResourceMapper; //# sourceMappingURL=application-form.mapper.d.ts.map