/****************************************************************** * Copyright (C) 2020 LvChengbin * * File: src/generate-imports.ts * Author: LvChengbin * Time: 06/03/2020 * Description: ******************************************************************/ declare const _default: (imports: Set<[string, string?]>) => string[]; export default _default;