import { Address } from '@cxcloud/ct-types/common'; import { Customer } from '@cxcloud/ct-types/customers'; export declare function getCustomerBillingAddress(customer: Customer): Address | undefined; export declare function getCustomerShippingAddress(customer: Customer): Address | undefined; export declare function getCustomerCurrency(customer: Customer): string;