import type { HttpLocalServerSwifterPlugin } from './definitions'; /** * Local HTTP server plugin for Android and iOS. * * Allows creating an HTTP server on the device that can receive * requests from other devices on the same local network or * from the app's own WebView (fixing CORS issues). */ declare const HttpLocalServerSwifter: HttpLocalServerSwifterPlugin; export * from './definitions'; export { HttpLocalServerSwifter };