interface ImportOpts { from?: string; } export declare function importCmd(opts: ImportOpts): Promise; export {};