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