import type { TCalculatePLSATargetParams } from '../../../types/TCalculatePLSATargetParams'; export declare const configureAxiosInstance: (authenticationToken: string, url: string) => import("axios").AxiosInstance; export declare const convertToCalculatePLSATargetParams: () => TCalculatePLSATargetParams;