export declare function Cronjob(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Deploy(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function DS(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Job(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Pod(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function RS(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function STS(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare const Deployment: typeof Deploy;
export declare const DaemonSet: typeof DS;
export declare const ReplicaSet: typeof RS;
export declare const StatefulSet: typeof STS;
