declare class NBError { constructor (code : number, ...params : any); } export = NBError;