import { AAction } from "../action/AAction"; import { Req } from "../action/req/Req"; export declare class ActionError extends AAction { getName(): string; run(request: Req, onFinish: (result: any) => void): void; }