/**
 * Network obj
 */
export interface Network {
    name: string;
}
//# sourceMappingURL=networks.d.ts.map