import { IVAPIExecutionErrorParams } from "./execution.types"; export declare const DEFAULT_EXECUTION_ERRORS: { METHOD_NOT_IMPLEMENTED: IVAPIExecutionErrorParams; DEFAULT_EXECUTION_ERROR: IVAPIExecutionErrorParams; };