export default function encode(chunks: Array<{ name: string; data: Uint8Array }>): Uint8Array;