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