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