import { SfccIntegrationContext, CustomerAddress } from '../../../types'; export default function updateCustomerAddress(context: SfccIntegrationContext, address: CustomerAddress): Promise;