export declare function waitForProofs(jobId: string): Promise<(string | undefined)[] | undefined>;
export declare function waitForTransaction(hash: string, timeout?: number): Promise<void>;
