export declare const callAll: (...fns: (((...args: unknown[]) => void) | undefined)[]) => (...args: unknown[]) => void;
