import { EntityServiceImpl } from 'src/module/meta/service/entity-service-impl.service'; import { DataSource } from 'typeorm'; export declare class ActionResourcesMappingService extends EntityServiceImpl { private readonly dataSource; constructor(dataSource: DataSource); }