import { AxiosInstance } from 'axios'; export function setupApiInterceptors(_client: AxiosInstance): void { // Core version: no interceptors to add }