import { IpRule } from './index.js'; export type RegistryNetworkRuleSet = { defaultAction: string; ipRules: IpRule[]; };