import type { PaymentCurrencyAmount } from '../../w3c/payment-currency-amount.js';
export interface IosPKShippingMethod {
    amount: PaymentCurrencyAmount;
    detail?: string;
    identifier: string;
    label: string;
}
//# sourceMappingURL=ios-pk-shipping-method.d.ts.map