import * as _ from 'lodash'; export declare const ROUTES: { follow: string; unfollow: string; expose: string; login: string; logout: string; setAccountPrivate: string; setAccountPublic: string; editAccount: string; currentAccount: string; comment: string; commentDelete: string; commentBulkDelete: string; commentLike: string; like: string; unlike: string; registrationCreate: string; registrationCreateValidated: string; registrationSMSCode: string; registrationValidateSMSCode: string; checkEmail: string; checkUsername: string; usernameSuggestions: string; uploadPhoto: string; uploadVideo: string; friendshipShow: string; friendshipShowMany: string; friendshipPending: string; friendshipPendingApprove: string; friendshipRemoveFollower: string; userInfo: string; userFeed: string; timelineFeed: string; tagFeed: string; selfLikedFeed: string; storyViewers: string; locationFeed: string; followingFeed: string; followersFeed: string; savedFeed: string; topSearch: string; accountsSearch: string; hashtagsSearch: string; hashtagsInfo: string; hashtagsRelated: string; locationsSearch: string; changeProfilePicture: string; mediaConfigure: string; mediaConfigureStory: string; videoConfigure: string; mediaConfigureSidecar: string; mediaInfo: string; mediaLikes: string; mediaComments: string; mediaDeletePhoto: string; mediaEdit: string; qeSync: string; launcherSync: string; readMsisdnHeader: string; logAttribution: string; zeroRatingToken: string; contactPointPrefill: string; discoverAyml: string; exploreFeed: string; inbox: string; inboxPending: string; threads: string; threadsShow: string; threadsSeen: string; threadsApprove: string; threadsHide: string; threadsBrodcastText: string; threadsBrodcastLink: string; threadsBrodcastShare: string; threadsBrodcastProfile: string; threadsBrodcastHashtag: string; threadsBrodcastPhoto: string; threadsApproveAll: string; threadsRecentRecipients: string; getRankedRecipients: string; autocompleteUserList: string; getBootstrapUsers: string; getPresences: string; getRecentActivityInbox: string; getProfileNotice: string; megaphoneLog: string; block: string; unblock: string; mutePostsAndStory: string; save: string; unsave: string; userStory: string; storyTray: string; }; export declare const WEB_ROUTES: { challengeReset: string; challenge: string; userInfo: string; }; export declare const URLs: _.Dictionary<_.TemplateExecutor>; export declare const WEB_URLs: _.Dictionary<_.TemplateExecutor>; export declare function getUrl(key: any, data?: {}): string; export declare function getWebUrl(key: any, data?: {}): string;