export declare const ReserveWorkerSchedule = "\nmutation ReserveWorkerSchedule($executableId: String!, $workerId: String!) {\n reserveWorkerSchedule(executableId: $executableId, workerId: $workerId) {\n {fragment}\n }\n}\n";