import { Geo } from 'src/types'; export declare function setGeo(geo?: Geo): { '@type': string; latitude: string; longitude: string; } | undefined;