export declare const env: {
    FUSE_ROOT: any;
    APP_ROOT: any;
    VERSION: any;
    isTest: boolean;
    CACHE: {
        ROOT: string;
        PACKAGES: string;
        PROJET_FILES: string;
    };
    SCRIPT_PATH: string;
    SCRIPT_FILE: string;
    FUSE_MODULES: string;
};
export declare function getDevelopmentApi(): string;
export declare function openDevelopmentApi(): string;
export declare function closeDevelopmentApi(): string;
