import { DataSource } from 'typeorm';
export declare class InternalModulesChargesnameAndIdService {
    private readonly connection;
    constructor(connection: DataSource);
    findall(charge_category_id: number): Promise<any>;
    findcharges(standard_charge: number): Promise<any>;
    find_slot_name(): Promise<any>;
}
