import { serviceCapabilities, serviceDependencies } from '@libp2p/interface'; import type { UPnPNATClient, UPnPNAT as UPnPNATInterface } from './index.ts'; export declare class UPnPNAT implements UPnPNATInterface { portMappingClient: UPnPNATClient; constructor(); readonly [Symbol.toStringTag] = "@libp2p/upnp-nat"; readonly [serviceCapabilities]: string[]; get [serviceDependencies](): string[]; } //# sourceMappingURL=upnp-nat.browser.d.ts.map