import { AdyenClient } from '../client.mjs'; import type { Store } from './get-merchant-store-list.mjs'; export type GetMerchantStoreOutput = Store; export declare function getMerchantStore(client: AdyenClient, merchantId: string, storeId: string): Promise; //# sourceMappingURL=get-merchant-store.d.mts.map