import type { AgentFunction, AgentFunctionInfo } from "graphai"; import type { AgentBufferResult, MovieAgentInputs, ReplicateMovieAgentParams, ReplicateMovieAgentConfig } from "../types/agent.js"; export declare const getAspectRatio: (canvasSize: { width: number; height: number; }) => string; export declare const movieReplicateAgent: AgentFunction; declare const movieReplicateAgentInfo: AgentFunctionInfo; export default movieReplicateAgentInfo;