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