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