import type { BookLanguageManualDictionary } from './BookLanguageManualDictionary'; /** * Canonical English wording of the standalone Book language manual. * * Every other language pack is a translation of this dictionary and is resolved * through `getBookLanguageManualDictionary`. * * @private internal constant of `createStandaloneBookLanguageMarkdown` */ export declare const englishBookLanguageManualDictionary: BookLanguageManualDictionary;