import { AgregatorPostCardRO } from '@escapenavigator/types/dist/agregator/agregator-post-card.ro'; import { ApiMethodDeclaration } from '../..'; type ParamsData = { language: string; }; type ResponseData = AgregatorPostCardRO[]; export declare const findPostForMainPage: ApiMethodDeclaration; export {};