import { AnyFunc } from "../types"; export declare const callAll: >(...funcs: (T | undefined)[]) => (...args: any) => void; //# sourceMappingURL=call-all.d.ts.map