import { APIResponse, ConfigType } from "../../../../storefront-api-client/src"; export declare const customerDeactivate: (input: CustomerDeactivateQueryParams, excludeFields?: string[], config?: ConfigType) => Promise | APIResponse>; export type CustomerDeactivateQueryParams = { password: string; };