/** * sevo pause — pause a running pipeline. */ import type { Command } from 'commander'; export declare function registerPause(program: Command): void; //# sourceMappingURL=cmd-pause.d.ts.map