import { type IWorkerAdapter } from '@unchainedshop/core';
export declare const UpdateECBRates: IWorkerAdapter<any, any>;
export default UpdateECBRates;
export declare const configureUpdateECBRatesAutoscheduling: () => void;
