import ParsedEcon from '../ParsedEcon';
import { NameAttributes } from '../../types';
/**
 * Gets attributes from Name
 * Currently only australium
 */
export default function (econ: ParsedEcon): NameAttributes;
