/**
 * daughter
 * @param person
 */
declare function daughter(person: string | undefined): string
export default daughter