import { type ToolsResponse } from '@lifi/sdk'; export declare const useTools: () => { tools: ToolsResponse | undefined; };