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