/// <reference types="node" />
import { trit } from "../types";
export declare function tritsToBytes(trits: trit[]): Buffer;
