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