import type { ParserState } from '../../state/parser-state'; export declare const getDurationFromWav: (state: ParserState) => number;