import { VAPIError } from "../error/error.abstract"; export declare class VAPIExecutionError extends VAPIError { }