import type { SeedToken, OtherBaseToken } from '../../interface'; export default function genOtherBaseToken(token: SeedToken): OtherBaseToken;