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