/** A structure describing the Bay`s link information */
export interface LinkInfo {
    /** Router port number */
    port: string;
    /** Router in charge of your network */
    router: string;
}
//# sourceMappingURL=LinkInfo.d.ts.map