export declare function create(destDir: string | undefined, opts: { name?: string; template?: string; local?: boolean; }): Promise;