export declare class AsterRequestMapper { static readonly BASE_RELATIVE_URL: string; static readonly ROOT_URL: string; static readonly LOGIN: string; static readonly INVALID_URL: string; static readonly DASHBOARD: string; static readonly MANAGE_USERS: string; static readonly USER_DETAILS: string; static readonly MANAGE_PRODUCTS: string; static readonly PRODUCT_LIST: string; static readonly PRODUCT_DETAILS: string; static readonly PRODUCT_ADD: string; static readonly PRODUCT_UPDATE: string; static readonly MANAGE_ORDERS: string; static readonly ORDER_DETAILS: string; static readonly GET_PRODUCT_PREVIEW: string; private constructor(); static getAbsoluteUrl(url: string): string; }