import { TediError } from "./tedi-error";
export declare class ActionError extends TediError {
    constructor(instance: any, actionName: string, error?: any);
}
