declare const getUserNotifications: (profileId: string, limit: number, token: string) => Promise; export { getUserNotifications };