import { AxiosInstance } from 'axios'; import { EnvType } from '../types'; export declare const productsClient: (environment: EnvType) => AxiosInstance;