export interface UniformlyDistributedSubnetsArguments { neededSubnets: number; cidr: string; }