import { ProfileCrmRO } from '@escapenavigator/types/dist/profile/profile-crm/profile-crm.ro'; import { ApiMethodDeclaration } from '../..'; type ParamsData = { id: number; data: { title: string; }; }; type ResponseData = ProfileCrmRO; export declare const updateProfileCrm: ApiMethodDeclaration; export {};