import ServiceBase from '../base'; declare class JobService extends ServiceBase { createJob: (options: any) => Promise<{}>; getJob: (options: any) => Promise<{}>; getBatchJob: (options: any) => Promise<{}>; } export { JobService }; //# sourceMappingURL=job.d.ts.map