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