declare const DEFAULT_TEMPLATE_PACKAGE_NAME = "@ones-open/cli-plugin-template"; declare const DEFAULT_ABILITY_PACKAGE_NAME = "@ones-open/cli-ability-template"; declare const DEFAULT_CLI_PLUGIN_PACKAGE_NAME = "@ones-open/cli-plugin"; declare const DEFAULT_OP_UTILS_PACKAGE_NAME = "@ones-open/utils"; declare const ABILITY_VERSION_JSON_NAME = "ability_version.json"; export { DEFAULT_TEMPLATE_PACKAGE_NAME, DEFAULT_ABILITY_PACKAGE_NAME, DEFAULT_CLI_PLUGIN_PACKAGE_NAME, ABILITY_VERSION_JSON_NAME, DEFAULT_OP_UTILS_PACKAGE_NAME, }; //# sourceMappingURL=init.d.ts.map