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