export declare function CM(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare function Secret(label?: string, options?: Record<string, unknown>): import("../index.ts").Node;
export declare const ConfigMap: typeof CM;
