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