import type { string_markdown } from '../../types/string_markdown';
/**
 * Creates one standalone markdown guide for Book language (Book 2.0 / agent language).
 *
 * The output intentionally combines:
 * - static conceptual building blocks maintained in this repository
 * - dynamically generated commitment catalog from runtime commitment definitions
 * so docs stay up-to-date by design.
 *
 * @returns Full standalone markdown document.
 *
 * @public exported from `@promptbook/core`
 */
export declare function createStandaloneBookLanguageMarkdown(): string_markdown;
