import { Repository } from "typeorm";
import { Note } from "../models/note";
export declare class NoteRepository extends Repository<Note> {
}
