UNPKG

@webgal-tools/voice

Version:
9 lines 284 B
/** * 简单的测试函数,验证翻译服务接口的解耦 */ export declare function testTranslationServices(): Promise<void>; /** * 测试翻译服务接口的统一性 */ export declare function testTranslationInterface(): Promise<void>; //# sourceMappingURL=test.d.ts.map