import { Translations } from "./.translations/index.js"; import { TranslationExtension } from "fumadocs-core/i18n"; //#region src/i18n.d.ts export declare function apiDocsTranslations(): TranslationExtension; //#endregion export type { Translations };