import { IRiff, IWebP } from '../interfaces'; export default function parseWebP(riff: IRiff): IWebP;