export declare class RoutePlannerError extends Error {
    errorName: string;
    constructor(errorName: string, message: string);
}
