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