import type { string_semantic_version } from './types/typeAliases';
/**
 * The version of the Promptbook library
 */
export declare const PROMPTBOOK_VERSION: string_promptbook_version;
export type string_promptbook_version = string_semantic_version;
