import { Tables } from '@kui-shell/core'; export declare class TestTable { command: string; testName: string; constructor(test: { command: string; testName?: string; }); drilldownFromREPL(expectTable: Tables.Table): void; }