import { Customer, SfccIntegrationContext } from '../../../types'; export default function updateCustomerPassword(context: SfccIntegrationContext, currentPassword: string, newPassword: string): Promise;