import { Registrar } from '@kui-shell/core'; /** name for the command */ export declare const CMD = "copy"; declare const _default: (registrar: Registrar) => Promise; /** * Register commands * */ export default _default;