export declare const FederationModuleManifest = "federation-manifest.json"; export declare const MANIFEST_EXT = ".json"; export declare const BROWSER_LOG_KEY = "FEDERATION_DEBUG"; export declare const BROWSER_LOG_VALUE = "1"; export declare const NameTransformSymbol: { AT: string; HYPHEN: string; SLASH: string; }; export declare const NameTransformMap: { [x: string]: string; }; export declare const EncodedNameTransformMap: { [x: string]: string; }; export declare const SEPARATOR = ":"; export declare const ManifestFileName = "mf-manifest.json"; export declare const StatsFileName = "mf-stats.json"; export declare const MFModuleType: { NPM: string; APP: string; }; export declare const MODULE_DEVTOOL_IDENTIFIER = "__MF_DEVTOOLS_MODULE_INFO__"; export declare const ENCODE_NAME_PREFIX = "ENCODE_NAME_PREFIX"; export declare const TEMP_DIR = ".federation"; export declare const MFPrefetchCommon: { identifier: string; globalKey: string; library: string; exportsKey: string; fileName: string; };