export interface BundledSkillFile {
    name: string;
    content: string;
}
export declare const BUNDLED_SKILLS: Record<string, BundledSkillFile[]>;
