export declare function apply(yaml: string): string; export declare function patchInfo(): string; export declare function patch(namespace: string | undefined, deployment: string, patchInfo: string): string; //# sourceMappingURL=k8sCmd.d.ts.map