import type { WgSubnetConfig } from './WgSubnetConfig'; export type WgSubnetMap = { [key: string]: WgSubnetConfig; };