import { Song } from "./createSong"; export declare const startMIDI: (song: Song, position: number) => Song; export declare const playMIDI: (song: Song) => Song; export declare const stopMIDI: (song: Song) => Song;