/**
 * Returns the Promise object which resolves when the synthesizer engine is ready.
 */
export default function waitForReady(): Promise<void>;
