import type { CompiledAgentV1 } from '@agentworkforce/runtime'; export interface PreparedInvokeTarget { compiled: CompiledAgentV1; personaPath: string; warnings: string[]; } export declare function prepareInvokeTarget(inputPath: string): Promise; //# sourceMappingURL=prepare-target.d.ts.map