import type { PipelineTemplateCommandParser } from '../_common/types/CommandParser';
import type { JokerCommand } from './JokerCommand';
/**
 * Parses the joker command
 *
 * @see ./JOKER-README.md for more details
 * @private within the commands folder
 */
export declare const jokerCommandParser: PipelineTemplateCommandParser<JokerCommand>;
