/** * Reject hostile or malformed skill resource paths before normalization. * A miss on a well-formed relative path is handled by the store (not found + listing). */ export declare function assertSafeSkillResourcePath(path: string): string;