import { MarketingAutomationRO } from '@escapenavigator/types/dist/profile/marketing-automation/marketing-automation.ro'; import { ApiMethodDeclaration } from '..'; type ParamsData = undefined; type ResponseData = MarketingAutomationRO[]; /** * Все автоматизации профиля одним запросом — страница маркетинга * рисует карточки из этого списка, без отдельного POST на каждый тип. */ export declare const getMarketingAutomations: ApiMethodDeclaration; export {};