/**
 * Object containing URLs for user-related endpoints.
 * These URLs are used for various user operations such as user selection.
 */
declare const userRoutesUrl: {
    module: string;
    user: string;
};
export { userRoutesUrl };
