import { Commands } from '@kui-shell/core'; export declare const format: (command: string, verb: string, entityType: string, options: any, response: string, execOptions: Commands.ExecOptions) => Promise;