import type { ResourceRef, ResourceRef_HasKeys } from "@k8ts/instruments"; import { PodContainer, PodContainer_Props } from "./container"; import { PodDevice, PodDeviceBackend, PodVolume } from "../volume"; import type { EnvValuePrimitive } from "../../../../env"; import { v1 } from "../../../../gvks"; import type { Pod } from "../pod"; import { type PodVolume_Backend_ConfigMap, type PodVolume_Backend_EmptyDir, type PodVolume_Backend_HostPath, type PodVolume_Backend_Pvc, type PodVolume_Backend_Secret } from "../volume/volumes"; export declare class Pod_Scope { protected readonly _parent: Pod; constructor(_parent: Pod); Container : never; } | EnvValuePrimitive; }>(name: string, options: PodContainer_Props): PodContainer; InitContainer(name: string, options: PodContainer_Props): PodContainer; Volume(name: string, options: P): PodVolume

; Volume(name: string, options: P): PodVolume

; Volume>>(name: string, options: P): PodVolume

; Volume>>(name: string, options: P): PodVolume

; Volume>>(name: string, options: P): PodVolume

; Device(name: string, options: PodDeviceBackend): PodDevice; } //# sourceMappingURL=scope.d.ts.map