import type { string_semantic_version } from './types/typeAliases';
/**
 * The version of the Book language
 *
 * @generated
 * @see https://github.com/webgptorg/book
 */
export declare const BOOK_LANGUAGE_VERSION: string_semantic_version;
/**
 * The version of the Promptbook engine
 *
 * @generated
 * @see https://github.com/webgptorg/promptbook
 */
export declare const PROMPTBOOK_ENGINE_VERSION: string_promptbook_version;
/**
 * Represents the version string of the Promptbook engine.
 * It follows semantic versioning (e.g., `0.112.0-72`).
 *
 * @generated
 */
export type string_promptbook_version = string_semantic_version;
/**
 * TODO: string_promptbook_version should be constrained to the all versions of Promptbook engine
 * Note: [💞] Ignore a discrepancy between file name and entity name
 */ 
