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