/** * @title callPhone * @description 拨打电话 * @param {string} phone 电话号码 */ export declare const callPhone: (phone: `${number}`) => void; //# sourceMappingURL=callPhone.d.ts.map