declare const DEFAULT_JS_BANNER = "\n// ---------------------------------------\n// \uD83D\uDDF2 Built by Storm Software\n// ---------------------------------------\n"; declare const DEFAULT_CSS_BANNER = "\n/* ---------------------------------------\n \uD83D\uDDF2 Built by Storm Software\n --------------------------------------- */\n"; declare const DEFAULT_ENVIRONMENT = "production"; declare const DEFAULT_PLATFORM = "neutral"; declare const DEFAULT_TARGET = "esnext"; declare const DEFAULT_ORGANIZATION = "storm-software"; export { DEFAULT_CSS_BANNER, DEFAULT_ENVIRONMENT, DEFAULT_JS_BANNER, DEFAULT_ORGANIZATION, DEFAULT_PLATFORM, DEFAULT_TARGET };