import { GasDynamicComponentsService } from '@cikrf/gas-utils/services'; export declare class GasBaseModule { private gasDynamicComponentsService; constructor(gasDynamicComponentsService: GasDynamicComponentsService); }