import { IEBML } from '../interfaces'; export default function generateEBML(json: IEBML, outputAsArray?: boolean): Blob | Uint8Array;