export declare function chain<TFunc extends Function>(...funcs: TFunc[]): TFunc;
