/** * URL: https://github.com/tj/nib */ declare module 'nib' { function nib(): any; namespace nib { } export = nib; }