export declare const waitUntilAllJobsComplete: () => Promise<void>;
export declare function waitJobsByRequest(requestId: string): Promise<void>;
