/** Attempt every callback, then rethrow the first exact failure value. */
export declare function runAllCallbacks(callbacks: Iterable<() => void>): void;
