import type { KlawConfig } from "../../config/types.klaw.js"; import type { AuthProfileStore } from "../auth-profiles/types.js"; import { type ImageModelConfig } from "./image-tool.helpers.js"; export declare function resolvePdfModelConfigForTool(params: { cfg?: KlawConfig; agentDir: string; workspaceDir?: string; authStore?: AuthProfileStore; }): ImageModelConfig | null;