export default class NCError extends Error { code: string; private context?; constructor(m: string, code: string, context?: any); }