import * as Models from '../../models';
export declare function isLocalHostingEnable(): boolean;
export declare function isLocalAotDisable(): boolean;
export declare function isOneAngularAppDisable(): boolean;
export declare function enableLocalHosting(hostingUrl: string): void;
export declare function disableLocalHosting(): void;
export declare function enableAot(): void;
export declare function disableAot(): void;
export declare function enableOneAngularApp(): void;
export declare function disableOneAngularApp(): void;
export declare function getLocalHostingUrl(): string;
export declare function getLocalHostingEnvironment(): Models.IHostingEnvironmentInfo;
export declare function getLocalViews(renderer: (result: Models.Shared.IApiOperationResult<{
    [id: string]: string;
}>) => void, error?: any): void;
export declare function loadLocalResourcesIfEnable(): void;
