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 userClient: (contentType: string, environment: EnvType) => AxiosInstance;