import { IMerchantConnectorRepository } from "@merchant-iframe/interfaces/data";
import { IAjaxUtils } from "@test-org122/utils";
import { ResultAsync } from "neverthrow";
export declare class MerchantConnectorRepository implements IMerchantConnectorRepository {
    protected ajaxUtils: IAjaxUtils;
    constructor(ajaxUtils: IAjaxUtils);
    getMerchantSignature(merchantUrl: URL): ResultAsync<string, Error>;
    getMerchantAddress(merchantUrl: URL): ResultAsync<string, Error>;
    getMerchantCode(merchantUrl: URL): ResultAsync<string, Error>;
}
//# sourceMappingURL=MerchantConnectorRepository.d.ts.map