export declare class ContentManager { constructor(); getContentByPreset(preset: string, params: Record): Promise; getCollection(tags: string[], language?: string, preprod?: boolean): Promise; } export default ContentManager; //# sourceMappingURL=content.d.ts.map