/**
 * Flowtype definitions for apdu
 * Generated by Flowgen from a Typescript Definition
 * Flowgen v1.21.0
 * @flow
 */

import type { SendParams } from "../../common/types";
declare export var V8P1_UNUSED: 0;
declare export var V8P2_UNUSED: 0;
declare export function serializeApdu(params: SendParams): Buffer;
