import type { StatefulRemoteSubscribable } from '@remote-ui/async-subscription'; import { ShippingOption } from '../standard/standard'; export interface ShippingMethodDetailsApi { /** * The shipping option the extension is attached to. */ target: StatefulRemoteSubscribable; /** * Whether the shipping option the extension is attached to is currently selected in the UI. */ targetSelected: StatefulRemoteSubscribable; } //# sourceMappingURL=shipping-method-details.d.ts.map