import { AgregatorPostRO } from '@escapenavigator/types/dist/agregator/agregator-post.ro'; import { ApiMethodDeclaration } from '../..'; type ParamsData = { slug: string; }; type ResponseData = AgregatorPostRO; export declare const findPostBySlug: ApiMethodDeclaration; export {};