import { InternalAppointmentChargesService } from './internal-appointment-charges.service';
export declare class InternalAppointmentChargesController {
    private readonly internalAppointmentChargesService;
    constructor(internalAppointmentChargesService: InternalAppointmentChargesService);
    findAll(id: any): Promise<any>;
}
