import { HyperShopModuleConfigAdminMainValuesModel, HyperShopModuleConfigSiteAccessValuesModel, HyperShopModuleConfigSiteValuesModel, HyperShopModuleSiteStorageValuesModel } from '../../models/entity/hyper-shop/hyperShopConfigurationModel';
import { ApiServerConfigSiteBase } from '../base/apiServerConfigSiteBase.service';
import * as i0 from "@angular/core";
export declare class HyperShopConfigurationService extends ApiServerConfigSiteBase<HyperShopModuleConfigAdminMainValuesModel, HyperShopModuleConfigSiteValuesModel, HyperShopModuleConfigSiteAccessValuesModel, HyperShopModuleSiteStorageValuesModel> {
    getModuleControllerUrl(): string;
    static ɵfac: i0.ɵɵFactoryDeclaration<HyperShopConfigurationService, never>;
    static ɵprov: i0.ɵɵInjectableDeclaration<HyperShopConfigurationService>;
}
