import { RegisterOptions } from './command-object'; export declare function handleRegister(options: RegisterOptions): Promise;