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