import { Jobs } from '@tapis/tapis-typescript';
export declare const jobRequiredFieldsComplete: (job: Partial<Jobs.ReqSubmitJob>) => boolean;
