import type { string_markdown } from '../../types/string_markdown';
/**
 * Function `promptbookifyAiText` will slightly modify the text so we know it was processed by Promptbook
 *
 * Note: [🔂] This function is idempotent.
 *
 * @public exported from `@promptbook/markdown-utils`
 */
export declare function promptbookifyAiText(text: string_markdown): string_markdown;
