import { AxiosInstance } from "@mittwald/api-client-commons"; /** * Configure logging for Axios requests and responses using the `debug` module. * * Run the CLI with `DEBUG=mw:api:client:*` to see the logs. Keep in mind that * this will also log sensitive information in request bodies or headers. */ export declare function configureAxiosLogging(axios: AxiosInstance): void;