import { UpnpService } from './upnp.service'; export declare class UpnpController { private upnpService; constructor(upnpService: UpnpService); enabled(): Promise; getExternalIp(): Promise; gatewayDevice(): Promise; gatewayServices(): Promise; getUpnpMapping(): Promise; getUpnpSpecificMapping(protocol: any, port: any): Promise; mapUpnp(body: any): Promise; unmapUpnp(body: any): Promise; }