import { ExecOptions, Row, Table } from '@kui-shell/core'; declare const _default: (rows: Row[], execOptions?: ExecOptions) => Table; /** * Maybe add a header row for tables. If this is a nested call, * i.e. some other plugin is calling us for the data rather than the * model, make sure not to add a header --- unless that other plugin * actually wants us to add the header (showHeader). * */ export default _default;