export declare const getSessionAttempts: { name: string; description: string; inputSchema: { type: string; properties: { session_id: { type: string; description: string; }; }; required: string[]; }; handler: (args: unknown) => Promise<{ attempts: import("../../types/workflow.js").Attempt[]; count: number; }>; }; //# sourceMappingURL=get-session-attempts.d.ts.map