import { type OriginExporter_Props, type ResourceRef, ExporterOrigin } from "@k8ts/instruments"; import type { v1 } from "../../kinds"; export declare class K8tsFile_Section_Scope { private readonly _section; on: K8tsFile_Section["on"]; get __entity__(): K8tsFile_Section; constructor(_section: K8tsFile_Section); } export interface K8tsFile_Section_Props extends OriginExporter_Props { namespace?: ResourceRef; resources$(Section: K8tsFile_Section_Scope): Iterable; } export declare class K8tsFile_Section extends ExporterOrigin { get kind(): string; get namespace(): string | undefined; protected __exports__(): import("doddle").Seq; } //# sourceMappingURL=section.d.ts.map