import type { ParsedMVF, RawMVF } from './types/bundle.js'; export type TextDecoderFn = typeof TextDecoder.prototype.decode; export declare const rawToParsedMVF: (raw: RawMVF) => ParsedMVF; //# sourceMappingURL=raw-to-parsed.d.ts.map