import type { LifecycleContext } from '../../server/types'; /** * Find all translation keys in redocly.yaml and sidebars.yaml files * And return a map of translation keys to default values */ export declare const collectConfigTranslations: ({ getConfig, cache, fs, }: LifecycleContext) => Promise>; //# sourceMappingURL=collect-config-translations.d.ts.map