export interface DurableSkillDefinition { description: string; location: "durable"; name: string; }