/** Returns the union of register file names needed for a set of profile IDs. */ export declare function promptRegistryFiles(profileIds: string[]): string[]; export declare function promptRegistrySkillMd(): string; /** Returns the register files for the given profile IDs, keyed by filename. */ export declare function generateGeneratedPrompts(version: string, profileIds?: string[]): Record;