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