import { EmrHumanResourceProfileService } from './emr_human_resource_profile.service';
export declare class EmrHumanResourceProfileController {
    private readonly emrHumanResourceProfileService;
    constructor(emrHumanResourceProfileService: EmrHumanResourceProfileService);
    findAll(id: string): Promise<any>;
    findoneby_id(id: string): Promise<any>;
}
