export declare function parseInput(input: string | Uint8Array | Buffer | NodeJS.ReadableStream): Promise<Uint8Array>;
