import type { BookLanguageDocumentationExample } from './BookLanguageDocumentationExample';
/**
 * End-to-end examples used by the standalone Book language documentation.
 *
 * These are intentionally compact but complete, so they can be copy-pasted and
 * used as practical starting points.
 *
 * @private internal utility of `createStandaloneBookLanguageMarkdown`
 */
export declare const bookLanguageDocumentationExamples: ReadonlyArray<BookLanguageDocumentationExample>;
