import type { TFunction } from '@redocly/theme/core/types'; import type { GlobalData } from '../../../types/index.js'; export declare function getBuildTranslateContext(slug: string, l10n: GlobalData['l10n']): Promise<{ locale: string; translate: TFunction; }>; //# sourceMappingURL=get-build-translate-context.d.ts.map