export interface RoutePlannerOptions {
    apiKey: string;
    baseUrl?: string;
    httpOptions?: Record<string, any>;
}
