export interface InitOptions { agent?: string[]; copy?: boolean; } export declare function initCommand(opts?: InitOptions): Promise;