import { Plugin } from "./types"; export * from "./types"; export declare const chainlinkPlugin: Plugin; export declare const chainlinkPluginToolNames: { readonly GET_PRICE_FEED_TOOL: "get_price_feed_tool"; readonly GET_ALL_PRICES_TOOL: "get_all_prices_tool"; }; declare const _default: { chainlinkPlugin: Plugin; chainlinkPluginToolNames: { readonly GET_PRICE_FEED_TOOL: "get_price_feed_tool"; readonly GET_ALL_PRICES_TOOL: "get_all_prices_tool"; }; }; export default _default; //# sourceMappingURL=index.d.ts.map