import { OpportunityConfig } from '../models/opportunity-config.model'; import { AxiosResponse } from 'axios'; export declare const hasCorrelationId: () => boolean; export declare const getCorrelationId: () => string | undefined; export declare const saveCorrelationId: (response: AxiosResponse, config: OpportunityConfig) => void;