/** * get a hipster based on the applications name. * @param baseName of application */ export default function getHipster(baseName: string): string;