import type { RefObject } from 'react'; import type { AnyClientTool } from '@tanstack/ai'; import type { EmbedActions } from './embed-pdf'; export type { SimplePDFToolName } from '@simplepdf/embed/tanstack-ai'; export declare const useEmbedTools: (embedRef: RefObject) => AnyClientTool[];