export default interface Output { error: null | string; message?: string; output?: Uint8Array; };