import { RaceType } from "./RaceType"; export default function getRandomSurname(raceType: RaceType): string | undefined;