import { Song } from "./createSong"; export declare function parseMIDIFile(buffer: ArrayBufferLike): Song;