/** * @license Copyright (c) 2003-2026, CKSource Holding sp. z o.o. All rights reserved. * For licensing, see LICENSE.md. */ export declare const MANUAL_TRANSLATIONS_VIRTUAL_ID: string; export declare const RESOLVED_MANUAL_TRANSLATIONS_VIRTUAL_ID: string; /** * Generates the virtual module that loads translations from every configured package root. */ export declare function createManualTranslationsModule(paths: Array, language: string): string;