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