export declare function sha256(value: string): Promise; export declare function canonicalSkillContent(skill: { name: string; description: string; body: string; allowedTools?: readonly string[]; }): string;