export declare function promiseTimeout(functions: Array<() => Promise>, timeout: number, label: string): Promise;