import type { HubspotFormDefinition } from '../types'; /** Map a HubSpot Marketing Forms API response to the package's internal definition type. */ export declare function mapApiResponseToFormDefinition(raw: Record): HubspotFormDefinition; //# sourceMappingURL=mapApiResponse.d.ts.map