import { type CompiledAgent } from "@cargo-ai/cdk"; export type { CompiledAgent } from "@cargo-ai/cdk"; export declare function loadCompiledAgent(file: string): Promise; export declare function resolveCompiledAgentFromState(compiled: CompiledAgent, file: string): CompiledAgent; //# sourceMappingURL=loadCompiledAgent.d.ts.map