import type { ResourceRef_Constructor } from "@k8ts/instruments"; import { K8tsWorld_Base, type K8tsWorld_Base_Props } from "./origins"; import { ClusterRole, ClusterRoleBinding, ConfigMap, CronJob, Deployment, HttpRoute, Namespace, Pv, Pvc, Secret, Service, ServiceAccount } from "./resources"; declare const defaultKindPairs: readonly [typeof Service, typeof Deployment, typeof ConfigMap, typeof Secret, typeof Pv, typeof Pvc, typeof Namespace, typeof CronJob, typeof ServiceAccount, typeof ClusterRole, typeof HttpRoute, typeof ClusterRoleBinding]; export declare function K8tsWorld(name: string, props?: K8tsWorld_Base_Props<[...typeof defaultKindPairs, ...MoreKinds]>): K8tsWorld_Base<[typeof Service, typeof Deployment, typeof ConfigMap, typeof Secret, typeof Pv, typeof Pvc, typeof Namespace, typeof CronJob, typeof ServiceAccount, typeof ClusterRole, typeof HttpRoute, typeof ClusterRoleBinding, ...MoreKinds]>; export {}; //# sourceMappingURL=common-world.d.ts.map