import { BaseTool } from './base.js'; import { ColumnInfo } from '../types.js'; export declare class DescribeTableTool extends BaseTool { getName(): string; getDescription(): string; getInputSchema(): any; execute(params: { table_name: string; schema?: string; }): Promise; } //# sourceMappingURL=describe-table.d.ts.map