import { IServiceConfig } from "../interface/IElmerService"; import { TypeRouterConfig, TypeServiceConfig } from "./TypeGlobalConfig"; export declare const getRouterConfig: () => TypeRouterConfig; export declare const getRouterServiceConfig: () => IServiceConfig; export declare const getRouterServiceByNamespace: (namespace: string) => IServiceConfig; export declare const setRouterServiceConfig: (configData: TypeServiceConfig) => void;