import { Repository } from "typeorm";
import { Notification } from "../models/notification";
export declare class NotificationRepository extends Repository<Notification> {
}
