import { AxiosAdapter } from 'axios'; type Callback = () => void; export default function genMockAdapter(cb: Callback): AxiosAdapter; export {};