import type { ToolContext } from './types.js';
import type { CancelJobArgs } from '../types/job.js';
export declare function cancelJob(context: ToolContext, args: CancelJobArgs): Promise<{
    content: {
        type: "text";
        text: string;
    }[];
}>;
//# sourceMappingURL=cancelJob.d.ts.map