import { trit } from "../types";
export declare function tritsToTrytes(trits: trit[]): string;
