importSynthesizerfrom'./Synthesizer';
/**
* Returns the Promise object which resolves when the synthesizer engine is ready.
*/exportdefaultfunctionwaitForReady() {
returnSynthesizer.waitForWasmInitialized();
}
//# sourceMappingURL=waitForReady.js.map