declare function _exports(app: any): {
    start: () => void;
    mdns: {
        name: string;
        type: string;
        port: number;
    };
};
export = _exports;
