/** ## `throwing` : 以函数的形式抛出异常 */ export declare function throwing(e: unknown): never; //# sourceMappingURL=throwing.d.ts.map