import type { Command as Program } from 'commander';
/**
 * Initializes `prettify` command for Promptbook CLI utilities
 *
 * @private internal function of `promptbookCli`
 */
export declare function initializePrettifyCommand(program: Program): void;
/**
 * Note: [🟡] This code should never be published outside of `@promptbook/cli`
 * TODO: [🖇] What about symlinks? Maybe flag --follow-symlinks
 */
