import { AxiosInstance } from "axios"; import { EnvType } from "../types"; /** Auth must be sent per request so the correct user's token is used (client is shared across users). */ export declare const pricingClient: (contentType: string, environment: EnvType) => AxiosInstance;