import { IVAPIErrorParams } from "../error/error.types"; export declare const DEFAULT_CONNECTOR_ERRORS: { METHOD_NOT_IMPLEMENTED: IVAPIErrorParams; TARGET_CONNECTOR_NOT_FOUND: IVAPIErrorParams; REMOTE_API_ERROR: IVAPIErrorParams; };