export interface ListSkillsOptions { agent?: string[]; } export declare function runListSkills(options: ListSkillsOptions): Promise;