export { Configs, type Configuration, type ConfigCreateParams, type ConfigUpdateParams, type ConfigDeleteParams, type ConfigEditParams, type ConfigGetParams, } from "./configs/index.js"; export { MagicNetworkMonitoring } from "./magic-network-monitoring.js"; export { MagicNetworkMonitoringRulesSinglePage, Rules, type MagicNetworkMonitoringRule, type RuleCreateParams, type RuleUpdateParams, type RuleListParams, type RuleDeleteParams, type RuleEditParams, type RuleGetParams, } from "./rules/index.js"; export { VPCFlows } from "./vpc-flows/index.js"; //# sourceMappingURL=index.d.ts.map