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