import type { ToBase } from "./types.d.ts"; /** Convert number to another base */ export declare const toBase: ToBase;