import type { ListHistoryArgs } from '../types/history.js';
import type { ToolContext } from './types.js';
export declare function listHistory(context: ToolContext, args: ListHistoryArgs): Promise<{
    content: {
        type: string;
        text: string;
    }[];
}>;
//# sourceMappingURL=listHistory.d.ts.map