export declare function listCachedResponsesTool(args: any): Promise<{
    content: {
        type: "text";
        text: string;
    }[];
}>;
//# sourceMappingURL=list-cached.d.ts.map