import type { Registration } from '../../utils/misc/$Register'; /** * Registration of transpiler * * Warning: This is not useful for the end user, it is just a side effect of the mechanism that handles all available LLM tools * * TODO: !!! Which package should export this? * * @public exported from `@promptbook/wizard` * @public exported from `@promptbook/cli` */ export declare const _FormattedBookInMarkdownTranspilerRegistration: Registration;