import { KubeObject } from './kubeObject'; export declare class Result { object: KubeObject; suppress: boolean; error: any; other: any; static undefined: Result; get errorMessage(): any; get errorCode(): any; static from(fn: any): Promise; constructor(result: any); }