export declare function waitForProcess(queueName: string): Promise<{
    completed: Promise<any>;
    failed: Promise<string>;
}>;
//# sourceMappingURL=waitForProcess.d.ts.map