import { ShippingMethod } from '@cxcloud/ct-types/shipping'; export declare namespace Shipping { function fetchMethods(): Promise; }