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