import { SkillFile } from './types'; export declare function substituteVariables(body: string, vars: Record): string; export declare function renderSkill(skill: SkillFile, vars: Record): string; //# sourceMappingURL=renderer.d.ts.map