declare module 'uncontrollable' { function uncontrollable, P extends { [propName:string]: any }>(arg:T, config:P):T; export = uncontrollable; }