import { BaseTool } from './base.js'; import { DatabaseInfo } from '../types.js'; export declare class ListDatabasesTool extends BaseTool { getName(): string; getDescription(): string; getInputSchema(): any; execute(): Promise; } //# sourceMappingURL=list-databases.d.ts.map