import { type IAgentRuntime, type ObjectGenerationParams } from "@elizaos/core"; /** * OBJECT_SMALL model handler */ export declare function handleObjectSmall(runtime: IAgentRuntime, params: ObjectGenerationParams): Promise>; /** * OBJECT_LARGE model handler */ export declare function handleObjectLarge(runtime: IAgentRuntime, params: ObjectGenerationParams): Promise>;