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