import { setDefaultOptions } from './defaultOptions'; import { lazyRegisterMock } from './loadMainBundle'; export * from './exportedTypes'; declare const registerMock: typeof lazyRegisterMock; declare const wrapAxiosAdapter: (axiosInstance: import("axios").AxiosInstance) => void; declare const wrapChildAxiosAdapter: (axiosInstance: import("axios").AxiosInstance, widgetName: string) => void; declare const MockXHR: import("./loadMainBundle").LazyMockXHR; export { registerMock, wrapAxiosAdapter, wrapChildAxiosAdapter, setDefaultOptions, MockXHR };