import { PlatformApi } from '@instantdb/platform'; type ToolResult = { isError?: boolean; content: { type: 'text'; text: string; }[]; }; export declare function handleQuery(api: PlatformApi, appId: string, query: Record): Promise; export declare function handleTransact(api: PlatformApi, appId: string, steps: any[][]): Promise; export {}; //# sourceMappingURL=tools.d.ts.map