import type { PipelineString } from '../../../pipeline/PipelineString';
import type { string_markdown_text } from '../../../types/typeAliases';
type AddPipelineCommandOptions = {
    commandString: string_markdown_text;
    pipelineString: PipelineString;
};
/**
 * @@@
 *
 * @public exported from `@promptbook/editable`
 */
export declare function addPipelineCommand(options: AddPipelineCommandOptions): PipelineString;
export {};
/**
 * TODO: [🧠] What is the better solution - `- xxx`, - `-   xxx` or preserve (see also next TODO)
 * TODO: When existing commands 1) as 2) number 3) list, add 4) new command as next number
 */
