import type { BookLanguageManualDictionary } from './BookLanguageManualDictionary'; /** * Czech translation of the standalone Book language manual. * * Commitment keywords are intentionally kept in English, because they are part * of the Book language syntax and must be written exactly as-is. * * @private internal constant of `createStandaloneBookLanguageMarkdown` */ export declare const czechBookLanguageManualDictionary: BookLanguageManualDictionary;