import BaseCommand from './BaseCommand'; import { TGetColumnsReq, TGetColumnsResp } from '../../../thrift/TCLIService_types'; export default class GetColumnsCommand extends BaseCommand { execute(data: TGetColumnsReq): Promise; }