export declare function createSkillInjectionHook(entryFileDir: string): (event: { toolName: string; params: Record; }, _ctx: { agentId?: string; sessionKey?: string; toolName: string; }) => Promise<{ params: Record; } | void>; //# sourceMappingURL=inject-skill.d.ts.map