import { DataSource } from "typeorm";
export declare class EmrHumanResourceProfileService {
    private readonly connection;
    constructor(connection: DataSource);
    findbyid(id: string): Promise<any>;
    findonebyId(id: string): Promise<any>;
}
