/** * @hidden * @internal */ import { VGMObject } from "./vgm_object"; export declare function parseVGM(input: ArrayBuffer): VGMObject;