import { Customer, SfccIntegrationContext } from '../../../types'; export default function updateCustomer(context: SfccIntegrationContext, email: string, firstName: string, lastName: string): Promise;