import { ProfileCrmRO } from '@escapenavigator/types/dist/profile/profile-crm/profile-crm.ro'; import { ApiMethodDeclaration } from '../..'; type ParamsData = undefined; type ResponseData = ProfileCrmRO[]; export declare const getAllCrm: ApiMethodDeclaration; export {};