import type { PlainMessage } from '@bufbuild/protobuf'; import * as navigationApi from '../../gen/service/navigation/v1/navigation_pb'; export type NavigationPosition = navigationApi.GetLocationResponse; export type NavigationProperties = navigationApi.GetPropertiesResponse; export type Mode = navigationApi.Mode; export type Path = PlainMessage; export type Waypoint = PlainMessage; export declare const NavigationPosition: typeof navigationApi.GetLocationResponse, NavigationProperties: typeof navigationApi.GetPropertiesResponse, Mode: typeof navigationApi.Mode, Path: typeof navigationApi.Path, Waypoint: typeof navigationApi.Waypoint;