/** * Generates a google map directions link for a given origin and destination */ export default function directions(origin: string, destination: string): string;