import type { PostDTO } from '../contracts/v1.js'; import type { HttpClient } from '../http.js'; export declare const getPostBySlug: (http: HttpClient, slug: string, opts?: { includeRawContent?: boolean; }) => Promise; //# sourceMappingURL=getPostBySlug.d.ts.map