import { IRiff } from '../interfaces'; export default function parseRIFF(str: string): IRiff;