export declare function compose(...funcList: Array<(...args: T[]) => any | undefined>): (this: void, ...args: T[]) => void;