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