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