export declare const formatContextAttr: (context: string, extraCSS?: string) => { key: string; value: string; outerCSS: string; }[]; export declare const formatEntity: (parsedOptions: Record, context?: string) => (kubeEntity: any) => Promise;