import { Commands, UI } from '@kui-shell/core'; export declare const formatSessionResponse: ({ REPL }: Commands.Arguments, activation: any) => any; export declare const formatCompositionEntity: ({ REPL, execOptions }: Commands.Arguments) => (response: any) => any; export declare const formatCompositionResult: ({ REPL }: Commands.Arguments, result: any, options: any) => any; export declare const formatDeleteResult: (response: any) => any; export declare const formatSessionGet: (command: Commands.Arguments, response: any) => any; export declare const visualizeComposition: (tab: UI.Tab, response: any, execOptions: any) => Promise; export declare const formatSessionList: (result: any) => { sessionId: any; name: any; status: any; duration: any; };