import { CommandContext } from '../context/types.js';
export declare function runKurtosisAgentDeploy({ context, originChain, relayChains, agentConfigurationPath, }: {
    context: CommandContext;
    originChain?: string;
    relayChains?: string;
    agentConfigurationPath?: string;
}): Promise<void>;
//# sourceMappingURL=agent.d.ts.map