import { type Sound } from "./core.ts"; export declare class Voice { constructor(sound: Sound); init(): this; create(): this; reset(): this; } //# sourceMappingURL=voice.d.ts.map