import type { AxiosRequestConfig } from 'axios'; import type { ThreekitAxiosContext } from '../operators/HttpContext.js'; export declare const request: (context: ThreekitAxiosContext, requestProps: AxiosRequestConfig) => Promise>;