import { Notification } from '../models/Notification';
import { MockFunction } from '../services/Mocker';
export declare const randomNotification: MockFunction<Notification, [Partial<Notification>?]>;
