import { Exchange } from '@yoroi/types';
import { encryptusApiGetBaseUrl } from './encryptus/api';
import { banxaApiGetBaseUrl } from './banxa/api';
export declare const exchangeApiMaker: ({ isProduction, partner }: {
    isProduction: boolean;
    partner: string;
}, { banxaApi, encryptusApi, }?: {
    banxaApi: {
        getBaseUrl: typeof banxaApiGetBaseUrl;
    };
    encryptusApi: {
        getBaseUrl: typeof encryptusApiGetBaseUrl;
    };
}) => Exchange.Api;
export declare const providers: Readonly<Record<string, Exchange.Provider>>;
//# sourceMappingURL=api.d.ts.map