import { Repository } from 'typeorm'; import { User } from './User'; export declare class UserRepository extends Repository { }