import { UI } from '@kui-shell/core'; interface TextualProperties { nLines: number; maxLineLength: number; } export declare const textualPropertiesOfCode: (code: string) => TextualProperties; export declare const wskflow: (tab: UI.Tab, visualize: any, { ast, name, namespace, viewOptions, container }: { ast: any; name: any; namespace: any; viewOptions: any; container: any; }) => Promise; export declare const zoomToFitButtons: (controller: any, { visibleWhenShowing }?: { visibleWhenShowing?: string; }) => UI.Mode | import("@kui-shell/core/webapp/bottom-stripe").DirectViewControllerFunction | import("@kui-shell/core/webapp/bottom-stripe").DirectViewControllerSpec>[]; export {};