import { InappNotification } from '../interfaces'; export declare const generateFakeNotifications: (count: number) => InappNotification[];