import type { PipelineBothCommandParser } from '../_common/types/CommandParser';
import type { ModelCommand } from './ModelCommand';
/**
 * Parses the model command
 *
 * @see `documentationUrl` for more details
 * @deprecated Option to manually set the model requirements is not recommended to use, use `PERSONA` instead
 * @public exported from `@promptbook/editable`
 */
export declare const modelCommandParser: PipelineBothCommandParser<ModelCommand>;
