export declare const apiEndPoints: { privilegeStage: { getAll: (applicationId: string) => string; }; users: { get: (userId: string, appId: string) => string; delete: (userId: string) => string; create: string; update: (userId: string, appId: string) => string; upload: string; getUserExistence: (userName: string, userId: string) => string; }; blobStorage: { getSasToken: string; }; leaderBoard: { getUserLeaderBoard: string; getUserRewards: string; }; application: { get: (applicationId: string) => string; }; userCompletedGame: { addPoints: string; }; clientTokens: { getAccessToken: string; }; redeem: { getReedeemableProducts: (appId: string) => string; walletBalance: () => string; redeemProduct: () => string; }; order: { getMyOrders: () => string; }; avatar: { getavatar: () => string; }; userGroup: { getUserGroupByAppId: () => string; getRankByUserGroupId: (pageNo: number, itemsPerPage: number) => string; }; };