/** * 减法 * @param arg1 * @param arg2 * @returns */ export {}; declare global { interface Math { _subtract(arg1: number, arg2: number): string; } }