/** * https://github.com/FangHeXie/download */ export declare const data: { low: string[][]; medium: string[][]; high: string[][]; }; declare const _default: typeof import("./minganci"); export default _default;