import { Midi } from "./Midi"; /** * Convert the MIDI object to an array. */ export declare function encode(midi: Midi): Uint8Array;