export interface Navigation { /** * A method to navigate to a specific route. */ navigate: (url: string | URL) => void; }