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