import { Tool } from '@modelcontextprotocol/sdk/types.js'; import { MysqlService } from '../services/MysqlService.js'; export declare const sampleDataSchema: Tool; export declare function sampleDataHandler(mysqlService: MysqlService, args: { table: string; count: number; }): Promise; //# sourceMappingURL=sampleData.d.ts.map