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