import { OpCommand, OpWorkflow, OpPipeline } from './../types';
export declare const checkPathOpsYmlExists: (nameOrPath: string) => boolean;
export declare const isCommand: (op: OpCommand | OpPipeline | OpWorkflow) => op is OpCommand;
