import { HubSpotConfigErrorType, HubSpotConfigOperation } from '../types/Config.js'; export declare class HubSpotConfigError extends Error { type: HubSpotConfigErrorType; operation: HubSpotConfigOperation; constructor(message: string | undefined, type: HubSpotConfigErrorType, operation: HubSpotConfigOperation, options?: ErrorOptions); }