/** * An error thrown when attempting to resolve a route that does not exist */ export declare class RouteNotFoundError extends Error { constructor(source: string); }