/** Makes one function from multiple functions. Used to combine event listener callbacks */ export declare const combineFunctions: any>(...list: T[]) => (...args: Parameters) => void;