import type { paths } from '../types/index.js'; import type { AxiosInstance } from 'axios'; export type GetConfigQueryParams = Required, 'originChainId' | 'destinationChainId'>> & Omit, 'originChainId' | 'destinationChainId'> & { referrer?: string; }; export type GetConfigResponse = paths['/config/v2']['get']['responses']['200']['content']['application/json']; export declare function getSolverCapacity(data: GetConfigQueryParams, axiosInstance?: AxiosInstance): Promise; //# sourceMappingURL=getSolverCapacity.d.ts.map