export declare const urls: { BASE: string; LOGIN_2FA: string; SEARCH: string; LATEST_UPDATES: string; THREADS: string; LOGIN: string; WATCHED_THREADS: string; LATEST_PHP: string; BOOKMARKS: string; /** * Add the unique ID of the post to * get the thread page where the post * is present. */ POSTS: string; /** * @todo */ CONVERSATIONS: string; /** * @todo */ ALERTS: string; POSTS_NUMBER: string; MEMBERS: string; };