/**
 * @export
 * @enum {string}
 */
export declare enum SmoothManifestDefaultVersion {
    V1 = "V1"
}
export default SmoothManifestDefaultVersion;
