import { Observable } from "rxjs";
export declare class ConfigurationService {
    nameApp: string;
    lingua$: Observable<string>;
    servicePaths: Map<string, string>;
    userProfile: any;
    appPath: any;
    constructor(configurazioneModulo: any);
}
