import type { TaskArgs } from "./handler.js"; export interface TaskOptions extends TaskArgs { } export declare function parseTaskConfig(value: string | undefined): Record; export declare function taskDiscoverySourceLabel(proxyContext: { branchRef?: string | null; } | null | undefined): string; export declare function taskCommand(options: TaskOptions): Promise; //# sourceMappingURL=command.d.ts.map