import BaseError from './base'; export default class ActionError extends BaseError { action: string; constructor(msg: any, action?: string); }