import { Song } from "./createSong"; export declare const createSongFromMIDIFile: (arg: string | ArrayBuffer) => Promise;