export declare function tryInOrder(functions: (() => Promise)[]): Promise; export declare function tryInOrderLabeled(functions: { label: string; func: (() => Promise); }[]): Promise;