import { ICommandContext } from '../command'; export declare function list(): Promise; export declare function rename(ctx: ICommandContext, name: string): Promise;