import type { JSONValue } from "@strands-agents/sdk"; export declare function createTimeTools(): (import("@strands-agents/sdk").InvokableTool<{ timezone?: string | undefined; }, JSONValue> | import("@strands-agents/sdk").InvokableTool<{ time: string; source_timezone?: string | undefined; target_timezone?: string | undefined; }, JSONValue>)[];