import type { PipelineTaskCommandParser } from '../_common/types/CommandParser'; import type { ForeachCommand } from './ForeachCommand'; /** * Parses the foreach command * * Note: @@@ This command is used as foreach for new commands - it should NOT be used in any `.book.md` file * * @see `documentationUrl` for more details * @private within the commands folder */ export declare const foreachCommandParser: PipelineTaskCommandParser; /** * TODO: [🍭] Make .book.md file with examples of the FOREACH with wrong parsing and logic */