import { ChangeCustomerPasswordProps } from '../../types'; export declare const updateCustomerPassword: ({ currentPassword, newPassword, }: ChangeCustomerPasswordProps) => Promise; //# sourceMappingURL=updateCustomerPassword.d.ts.map