import type { RichContent } from 'ricos-schema'; import type { Translatable } from '../types'; export declare const translateContent: (content: RichContent, translatables: Translatable[]) => RichContent; //# sourceMappingURL=translateContent.d.ts.map