import { Notification } from './types'; declare const fetchNotifications: (epnsUserAddress: string, chainId: number) => Promise; export default fetchNotifications;