/** * Navigates to a URL, subreddit, post, comment, or user. * * @param url - The URL, subreddit, post, comment, or user to navigate to */ export declare function navigateTo(url: string | { readonly url: string; readonly permalink?: string; }): void; //# sourceMappingURL=navigate-to.d.ts.map