export declare function pinCommand(skill: string, version?: string): Promise; export declare function unpinCommand(skill: string): Promise;