import { Commands } from '@kui-shell/core'; import { KubeResource } from '@kui-shell/plugin-k8s'; import { Task } from '../model/resource'; export declare const parse: (raw: string | PromiseLike) => Promise[]>; export declare const read: (command: Commands.Arguments, filepath: string) => Promise; export declare const fetchTask: (command: Commands.Arguments, pipelineName: string, taskName: string, filepath: string) => Promise;