export type DeploySkillOptions = { headerTitle: string; skillRootDir: string; skillResourceDirName: string; existingInstallMessage: string; usageCommand: string; usageExample: string; showReferencesSummary: boolean; includeAgentsDirectory: boolean; showAgentsSummary: boolean; }; export declare function deploySkillInternal(options: DeploySkillOptions): Promise; //# sourceMappingURL=deploySkillInternal.d.ts.map