export type GetLatestCoindeskNewsToolReturnType = {
    articles: any[];
};
export declare const createCoindeskNewsTool: (apiKey: string) => import("../client.js").BaseTool;
//# sourceMappingURL=tools.d.ts.map