/** * Prompt Engineering Framework — action router. * Delegates to existing prompt tool implementations. */ import type { PromptEngineeringInput } from "./types.js"; export declare function routePromptEngineeringAction(input: PromptEngineeringInput): Promise; //# sourceMappingURL=router.d.ts.map