declare function newFn(fn: any): any; declare namespace newFn { var cancel: (...args: any[]) => void; } export default newFn;