/** * CDN build status of the latest version of this package * @export * @enum {string} */ export declare enum CdnBuildStatus { SUCCESS = "SUCCESS", ERROR = "ERROR", UNBUILT = "UNBUILT" }