import type { ExecutorFn } from '../types/index.js'; import { extractAgentTrace } from './claude-sdk-trace.js'; import { createScriptExecutor } from './script.js'; export { extractAgentTrace, createScriptExecutor }; export declare function createExecutor(name: string): ExecutorFn;