import { type BigNumberish } from "ethers"; /** * Convert wei to $TOPIA * @param amount total amount in wei * @returns total in $TOPIA */ export declare const toTOPIA: (amount: BigNumberish) => string; //# sourceMappingURL=utils.d.ts.map