export declare class Constants { static readonly MANIFEST_FILE = "manifest.json"; static readonly PLUGIN_NAME = "AppStudioPlugin"; static readonly PUBLISH_PATH_QUESTION = "manifest-folder"; static readonly BUILD_OR_PUBLISH_QUESTION = "build-or-publish"; static readonly REMOTE_TEAMS_APP_ID = "teams-app-id"; } //# sourceMappingURL=constants.d.ts.map