import { type GjcPluginManifest, type SubskillFrontmatter } from "./types"; export declare function parseManifest(raw: unknown, manifestPath: string): GjcPluginManifest; export declare function parseSubskillFrontmatter(fm: Record, filePath: string): SubskillFrontmatter;