import { ZodiosPlugin } from '@zodios/core'; /** * plugin that add application/json header to all requests * @param zodios */ declare function pluginApi(): ZodiosPlugin; export { pluginApi };