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