export interface DumonGeolocationPlugin { echo(options: { value: string }): Promise<{ value: string }>; }