import type { ShippingMethod } from '@vue-storefront/vendure-api/src/types'; declare function getShippingMethodId(method: ShippingMethod): string; declare function getShippingMethodName(method: ShippingMethod): string; declare function getShippingMethodDescription(method: ShippingMethod): string; declare function getShippingMethodPrice(method: ShippingMethod): number; declare function getFormattedPrice(price: number): string; export declare const checkoutGetters: { getShippingMethodId: typeof getShippingMethodId; getShippingMethodName: typeof getShippingMethodName; getShippingMethodDescription: typeof getShippingMethodDescription; getFormattedPrice: typeof getFormattedPrice; getShippingMethodPrice: typeof getShippingMethodPrice; }; export {}; //# sourceMappingURL=checkoutGetters.d.ts.map