/** A structure describing the public routing option */
export interface PublicRoutingOption {
    /** Global bandwidth for blocks in your vrack (in Mbps) */
    bandwidth?: number;
}
//# sourceMappingURL=PublicRoutingOption.d.ts.map