export default function zipCodeLookup(zip: string): { zip: string; lat: string; lng: string; };