export declare enum ErrorCode { Unknown = NaN, InternalClientError = -100, Unset = -1, InternalServerError = 0, APIAccessDeactivated = 1, JSONInvalid = 2, APINameInvalid = 3, APIVersionInvalid = 4, RequestIDInvalid = 5, RequestTypeMissingOrEmpty = 6, RequestTypeUnknown = 7, RequestRequiresAuthetication = 8, RequestRequiresPermission = 9, TokenRequestDenied = 50, TokenRequestCurrentlyOngoing = 51, TokenRequestPluginNameInvalid = 52, TokenRequestDeveloperNameInvalid = 53, TokenRequestPluginIconInvalid = 54, AuthenticationTokenMissing = 100, AuthenticationPluginNameMissing = 101, AuthenticationPluginDeveloperMissing = 102, ModelIDMissing = 150, ModelIDInvalid = 151, ModelIDNotFound = 152, ModelLoadCooldownNotOver = 153, CannotCurrentlyChangeModel = 154, HotkeyQueueFull = 200, HotkeyExecutionFailedBecauseNoModelLoaded = 201, HotkeyIDNotFoundInModel = 202, HotkeyCooldownNotOver = 203, HotkeyIDFoundButHotkeyDataInvalid = 204, HotkeyExecutionFailedBecauseBadState = 205, HotkeyUnknownExecutionFailure = 206, HotkeyExecutionFailedBecauseLive2DItemNotFound = 207, HotkeyExecutionFailedBecauseLive2DItemsDoNotSupportThisHotkeyType = 208, ColorTintRequestNoModelLoaded = 250, ColorTintRequestMatchOrColorMissing = 251, ColorTintRequestInvalidColorValue = 252, MoveModelRequestNoModelLoaded = 300, MoveModelRequestMissingFields = 301, MoveModelRequestValuesOutOfRange = 302, CustomParamNameInvalid = 350, CustomParamValuesInvalid = 351, CustomParamAlreadyCreatedByOtherPlugin = 352, CustomParamExplanationTooLong = 353, CustomParamDefaultParamNameNotAllowed = 354, CustomParamLimitPerPluginExceeded = 355, CustomParamLimitTotalExceeded = 356, CustomParamDeletionNameInvalid = 400, CustomParamDeletionNotFound = 401, CustomParamDeletionCreatedByOtherPlugin = 402, CustomParamDeletionCannotDeleteDefaultParam = 403, InjectDataNoDataProvided = 450, InjectDataValueInvalid = 451, InjectDataWeightInvalid = 452, InjectDataParamNameNotFound = 453, InjectDataParamControlledByOtherPlugin = 454, InjectDataModeUnknown = 455, ParameterValueRequestParameterNotFound = 500, NDIConfigCooldownNotOver = 550, NDIConfigResolutionInvalid = 551, ExpressionStateRequestInvalidFilename = 600, ExpressionStateRequestFileNotFound = 601, ExpressionActivationRequestInvalidFilename = 650, ExpressionActivationRequestFileNotFound = 651, ExpressionActivationRequestNoModelLoaded = 652, SetCurrentModelPhysicsRequestNoModelLoaded = 700, SetCurrentModelPhysicsRequestModelHasNoPhysics = 701, SetCurrentModelPhysicsRequestPhysicsControlledByOtherPlugin = 702, SetCurrentModelPhysicsRequestNoOverridesProvided = 703, SetCurrentModelPhysicsRequestPhysicsGroupIDNotFound = 704, SetCurrentModelPhysicsRequestNoOverrideValueProvided = 705, SetCurrentModelPhysicsRequestDuplicatePhysicsGroupID = 706, ItemFileNameMissing = 750, ItemFileNameNotFound = 751, ItemLoadLoadCooldownNotOver = 752, CannotCurrentlyLoadItem = 753, CannotLoadItemSceneFull = 754, ItemOrderInvalid = 755, ItemOrderAlreadyTaken = 756, ItemLoadValuesInvalid = 757, ItemCustomDataInvalid = 758, ItemCustomDataCannotAskRightNow = 759, ItemCustomDataLoadRequestRejectedByUser = 760, CannotCurrentlyUnloadItem = 800, ItemAnimationControlInstanceIDNotFound = 850, ItemAnimationControlUnsupportedItemType = 851, ItemAnimationControlAutoStopFramesInvalid = 852, ItemAnimationControlTooManyAutoStopFrames = 853, ItemAnimationControlSimpleImageDoesNotSupportAnim = 854, ItemMoveRequestInstanceIDNotFound = 900, ItemMoveRequestInvalidFadeMode = 901, ItemMoveRequestItemOrderTakenOrInvalid = 902, ItemMoveRequestCannotCurrentlyChangeOrder = 903, EventSubscriptionRequestEventTypeUnknown = 950, ArtMeshSelectionRequestNoModelLoaded = 1000, ArtMeshSelectionRequestOtherWindowsOpen = 1001, ArtMeshSelectionRequestModelDoesNotHaveArtMesh = 1002, ArtMeshSelectionRequestArtMeshIDListError = 1003, ItemPinRequestGivenItemNotLoaded = 1050, ItemPinRequestInvalidAngleOrSizeType = 1051, ItemPinRequestModelNotFound = 1052, ItemPinRequestArtMeshNotFound = 1053, ItemPinRequestPinPositionInvalid = 1054, PermissionRequestUnknownPermission = 1100, PermissionRequestCannotRequestRightNow = 1101, PermissionRequestFileProblem = 1102, PostProcessingListReqestInvalidFilter = 1150, PostProcessingUpdateReqestCannotUpdateRightNow = 1200, PostProcessingUpdateRequestFadeTimeInvalid = 1201, PostProcessingUpdateRequestLoadingPresetAndValues = 1202, PostProcessingUpdateRequestPresetFileLoadFailed = 1203, PostProcessingUpdateRequestValueListInvalid = 1204, PostProcessingUpdateRequestValueListContainsDuplicates = 1205, PostProcessingUpdateRequestTriedToLoadRestrictedEffect = 1206, ItemSortRequestInstanceIDNotFound = 1250, ItemSortRequestInvalidValueSetType = 1251, ItemSortRequestInvalidFrontOrder = 1252, ItemSortRequestInvalidBackOrder = 1253, ItemSortRequestInvalidSplitPoint = 1254, ItemSortRequestItemConfigWindowOpen = 1255, Event_TestEvent_TestMessageTooLong = 100000, Event_ModelLoadedEvent_ModelIDInvalid = 100050 } export declare enum HotkeyType { Unset = -1, TriggerAnimation = 0, ChangeIdleAnimation = 1, ToggleExpression = 2, RemoveAllExpressions = 3, MoveModel = 4, ChangeBackground = 5, ReloadMicrophone = 6, ReloadTextures = 7, CalibrateCam = 8, ChangeVTSModel = 9, TakeScreenshot = 10, ScreenColorOverlay = 11, RemoveAllItems = 12, ToggleItemScene = 13, DownloadRandomWorkshopItem = 14, ExecuteItemAction = 15, ArtMeshColorPreset = 16, ToggleTracker = 17, ToggleTwitchFeature = 18, LoadEffectPreset = 19, ToggleLive2DEditorAPI = 20, WebItemAction = 21 } export declare enum RestrictedRawKey { LeftMouseButton = 1, RightMouseButton = 2, MiddleMouseButton = 4, Tab = 9, CapsLock = 20, Escape = 27, Space = 32, Left = 37, Up = 38, Right = 39, Down = 40, Print = 42, Delete = 46, PageUp = 33, PageDown = 34, N0 = 48, N1 = 49, N2 = 50, N3 = 51, N4 = 52, N5 = 53, N6 = 54, N7 = 55, N8 = 56, N9 = 57, A = 65, B = 66, C = 67, D = 68, E = 69, F = 70, G = 71, H = 72, I = 73, J = 74, K = 75, L = 76, M = 77, N = 78, O = 79, P = 80, Q = 81, R = 82, S = 83, T = 84, U = 85, V = 86, W = 87, X = 88, Y = 89, Z = 90, LeftWindows = 91, RightWindows = 92, Numpad0 = 96, Numpad1 = 97, Numpad2 = 98, Numpad3 = 99, Numpad4 = 100, Numpad5 = 101, Numpad6 = 102, Numpad7 = 103, Numpad8 = 104, Numpad9 = 105, Multiply = 106, Add = 107, Subtract = 109, Decimal = 110, Divide = 111, F1 = 112, F2 = 113, F3 = 114, F4 = 115, F5 = 116, F6 = 117, F7 = 118, F8 = 119, F9 = 120, F10 = 121, F11 = 122, F12 = 123, F13 = 124, F14 = 125, F15 = 126, F16 = 127, F17 = 128, F18 = 129, F19 = 130, F20 = 131, F21 = 132, F22 = 133, F23 = 134, F24 = 135, NumLock = 144, ScrollLock = 145, LeftShift = 160, RightShift = 161, LeftControl = 162, RightControl = 163, Alt = 164 } export type ItemType = 'PNG' | 'JPG' | 'GIF' | 'AnimationFolder' | 'Live2D' | 'Unknown'; export interface BaseParameter { name: string; value: number; min: number; max: number; defaultValue: number; } export interface ILive2DParameter extends BaseParameter { } export interface IVTSParameter extends BaseParameter { addedBy: string; } export type PostProcessingEffectID = 'ColorGrading' | 'WeatherEffects' | 'Bloom' | 'Backlight' | 'CustomParticles' | 'BackgroundShift' | 'SimpleOverlay' | 'Vignette' | 'ChromaticAberration' | 'OldFilm' | 'Lowfps' | 'Datamosh' | 'LineScanner' | 'ParticleShower' | 'AnalogGlitch' | 'DigitalGlitch' | 'Letterbox' | 'FoggyWindow' | 'Speedlines' | 'Pixelation' | 'LensDistortion' | 'WaveDistortion' | 'BlurEffects' | 'Grain' | 'Vhs' | 'Outline' | 'Posterize' | 'Ascii' | 'ModelGlitch'; export type PostProcessingEffectConfigType = 'Float' | 'Int' | 'Bool' | 'String' | 'Color' | 'SceneItem'; interface BasePostProcessingConfigEntry { internalID: string; enumID: PostProcessingEffectConfigID; explanation: string; type: T; activationConfig: boolean; } export interface FloatPostProcessingConfigEntry extends BasePostProcessingConfigEntry<'Float'> { floatValue: number; floatMin: number; floatMax: number; floatDefault: number; } export interface IntPostProcessingConfigEntry extends BasePostProcessingConfigEntry<'Int'> { intValue: number; intMin: number; intMax: number; intDefault: number; } export interface BoolPostProcessingConfigEntry extends BasePostProcessingConfigEntry<'Bool'> { boolValue: boolean; boolDefault: boolean; } export interface StringPostProcessingConfigEntry extends BasePostProcessingConfigEntry<'String'> { stringValue: string; stringDefault: string; } export interface ColorPostProcessingConfigEntry extends BasePostProcessingConfigEntry<'Color'> { colorValue: string; colorDefault: string; colorHasAlpha: boolean; } export interface SceneItemPostProcessingConfigEntry extends BasePostProcessingConfigEntry<'SceneItem'> { sceneItemValue: string; sceneItemDefault: string; } export type AnyPostProcessingConfigEntry = FloatPostProcessingConfigEntry | IntPostProcessingConfigEntry | BoolPostProcessingConfigEntry | StringPostProcessingConfigEntry | ColorPostProcessingConfigEntry | SceneItemPostProcessingConfigEntry; export declare enum PostProcessingEffectConfigID { ColorGrading_Strength = "ColorGrading_Strength", ColorGrading_HueShift = "ColorGrading_HueShift", ColorGrading_Saturation = "ColorGrading_Saturation", ColorGrading_Brightness = "ColorGrading_Brightness", ColorGrading_Contrast = "ColorGrading_Contrast", ColorGrading_ColorFilter = "ColorGrading_ColorFilter", ColorGrading_WhitebalanceTemperature = "ColorGrading_WhitebalanceTemperature", ColorGrading_WhitebalanceTint = "ColorGrading_WhitebalanceTint", ColorGrading_Invert = "ColorGrading_Invert", WeatherEffects_RainStrength = "WeatherEffects_RainStrength", WeatherEffects_SnowStrength = "WeatherEffects_SnowStrength", WeatherEffects_RainInFront = "WeatherEffects_RainInFront", WeatherEffects_SnowInFront = "WeatherEffects_SnowInFront", Bloom_Strength = "Bloom_Strength", Bloom_ModelColorDarken = "Bloom_ModelColorDarken", Bloom_BackgroundColorDarken = "Bloom_BackgroundColorDarken", Bloom_MainThreshold = "Bloom_MainThreshold", Bloom_MainIntensity = "Bloom_MainIntensity", Bloom_MainColorTint = "Bloom_MainColorTint", Bloom_StreakThreshold = "Bloom_StreakThreshold", Bloom_StreakIntensity = "Bloom_StreakIntensity", Bloom_StreakColorTint = "Bloom_StreakColorTint", Bloom_StreakVertical = "Bloom_StreakVertical", Bloom_MicIncreasesBloom = "Bloom_MicIncreasesBloom", Bloom_Quality = "Bloom_Quality", Backlight_Strength = "Backlight_Strength", Backlight_BgBlurOverModel = "Backlight_BgBlurOverModel", Backlight_BgBlurOverBg = "Backlight_BgBlurOverBg", Backlight_DarkenModel = "Backlight_DarkenModel", Backlight_DarkenBg = "Backlight_DarkenBg", Backlight_StrengthNormal = "Backlight_StrengthNormal", Backlight_StrengthDirectional = "Backlight_StrengthDirectional", Backlight_BrightnessLimit = "Backlight_BrightnessLimit", Backlight_BacklightDirection = "Backlight_BacklightDirection", Backlight_BacklightBothDirections = "Backlight_BacklightBothDirections", Backlight_BacklightSoftness = "Backlight_BacklightSoftness", Backlight_BacklightColorTint = "Backlight_BacklightColorTint", Backlight_BacklightColorFromBg = "Backlight_BacklightColorFromBg", Backlight_OutlineSize = "Backlight_OutlineSize", Backlight_OutlineColorMain = "Backlight_OutlineColorMain", Backlight_OutlineColorStripes = "Backlight_OutlineColorStripes", Backlight_OutlineStripeCount = "Backlight_OutlineStripeCount", Backlight_OutlineStripeSpeed = "Backlight_OutlineStripeSpeed", Backlight_OutlineStripeCurve = "Backlight_OutlineStripeCurve", Backlight_ShadowMainColor = "Backlight_ShadowMainColor", Backlight_ShadowOffsetX = "Backlight_ShadowOffsetX", Backlight_ShadowOffsetY = "Backlight_ShadowOffsetY", CustomParticles_Strength = "CustomParticles_Strength", CustomParticles_BaseMoveWithHead = "CustomParticles_BaseMoveWithHead", CustomParticles_SparkleStrength = "CustomParticles_SparkleStrength", CustomParticles_SparkleSize = "CustomParticles_SparkleSize", CustomParticles_SparkleColorA = "CustomParticles_SparkleColorA", CustomParticles_SparkleColorB = "CustomParticles_SparkleColorB", CustomParticles_FloatyStrength = "CustomParticles_FloatyStrength", CustomParticles_FloatySize = "CustomParticles_FloatySize", CustomParticles_FloatyColorA = "CustomParticles_FloatyColorA", CustomParticles_FloatyColorB = "CustomParticles_FloatyColorB", CustomParticles_CloudStrength = "CustomParticles_CloudStrength", CustomParticles_CloudSize = "CustomParticles_CloudSize", CustomParticles_CloudColorA = "CustomParticles_CloudColorA", CustomParticles_CloudColorB = "CustomParticles_CloudColorB", CustomParticles_SphereStrength = "CustomParticles_SphereStrength", CustomParticles_SphereSize = "CustomParticles_SphereSize", CustomParticles_SphereColorA = "CustomParticles_SphereColorA", CustomParticles_SphereColorB = "CustomParticles_SphereColorB", CustomParticles_HeartsStrength = "CustomParticles_HeartsStrength", CustomParticles_HeartsSize = "CustomParticles_HeartsSize", CustomParticles_HeartsColorA = "CustomParticles_HeartsColorA", CustomParticles_HeartsColorB = "CustomParticles_HeartsColorB", CustomParticles_Custom1TextureFile = "CustomParticles_Custom1TextureFile", CustomParticles_Custom1ColorA = "CustomParticles_Custom1ColorA", CustomParticles_Custom1ColorB = "CustomParticles_Custom1ColorB", CustomParticles_Custom1MaterialTypeId = "CustomParticles_Custom1MaterialTypeId", CustomParticles_Custom1InBack = "CustomParticles_Custom1InBack", CustomParticles_Custom1MoveWithHead = "CustomParticles_Custom1MoveWithHead", CustomParticles_Custom1Size = "CustomParticles_Custom1Size", CustomParticles_Custom1Amount = "CustomParticles_Custom1Amount", CustomParticles_Custom1FillToCenter = "CustomParticles_Custom1FillToCenter", CustomParticles_Custom1BaseRotation = "CustomParticles_Custom1BaseRotation", CustomParticles_Custom1RotationSpeed = "CustomParticles_Custom1RotationSpeed", CustomParticles_Custom1MoveFasterMicVol = "CustomParticles_Custom1MoveFasterMicVol", CustomParticles_Custom2TextureFile = "CustomParticles_Custom2TextureFile", CustomParticles_Custom2ColorA = "CustomParticles_Custom2ColorA", CustomParticles_Custom2ColorB = "CustomParticles_Custom2ColorB", CustomParticles_Custom2MaterialTypeId = "CustomParticles_Custom2MaterialTypeId", CustomParticles_Custom2InBack = "CustomParticles_Custom2InBack", CustomParticles_Custom2MoveWithHead = "CustomParticles_Custom2MoveWithHead", CustomParticles_Custom2Size = "CustomParticles_Custom2Size", CustomParticles_Custom2Amount = "CustomParticles_Custom2Amount", CustomParticles_Custom2FillToCenter = "CustomParticles_Custom2FillToCenter", CustomParticles_Custom2BaseRotation = "CustomParticles_Custom2BaseRotation", CustomParticles_Custom2RotationSpeed = "CustomParticles_Custom2RotationSpeed", CustomParticles_Custom2MoveFasterMicVol = "CustomParticles_Custom2MoveFasterMicVol", BackgroundShift_Strength = "BackgroundShift_Strength", BackgroundShift_ZoomIn = "BackgroundShift_ZoomIn", BackgroundShift_MicZoomIn = "BackgroundShift_MicZoomIn", BackgroundShift_TrackingX = "BackgroundShift_TrackingX", BackgroundShift_TrackingY = "BackgroundShift_TrackingY", BackgroundShift_TrackingSmoothing = "BackgroundShift_TrackingSmoothing", BackgroundShift_RandomMovementX = "BackgroundShift_RandomMovementX", BackgroundShift_RandomMovementY = "BackgroundShift_RandomMovementY", BackgroundShift_RandomMovementRotation = "BackgroundShift_RandomMovementRotation", BackgroundShift_RandomMovementSpeed = "BackgroundShift_RandomMovementSpeed", BackgroundShift_BlurMixBack = "BackgroundShift_BlurMixBack", BackgroundShift_BlurMainBack = "BackgroundShift_BlurMainBack", BackgroundShift_BlurBrightnessBack = "BackgroundShift_BlurBrightnessBack", BackgroundShift_BlurMixFront = "BackgroundShift_BlurMixFront", BackgroundShift_BlurMainFront = "BackgroundShift_BlurMainFront", BackgroundShift_BlurBrightnessFront = "BackgroundShift_BlurBrightnessFront", SimpleOverlay_Strength = "SimpleOverlay_Strength", SimpleOverlay_TextureFile = "SimpleOverlay_TextureFile", SimpleOverlay_ZoomIn = "SimpleOverlay_ZoomIn", SimpleOverlay_TrackingX = "SimpleOverlay_TrackingX", SimpleOverlay_TrackingY = "SimpleOverlay_TrackingY", SimpleOverlay_TrackingSmoothing = "SimpleOverlay_TrackingSmoothing", SimpleOverlay_RandomMovementX = "SimpleOverlay_RandomMovementX", SimpleOverlay_RandomMovementY = "SimpleOverlay_RandomMovementY", SimpleOverlay_RandomMovementRotation = "SimpleOverlay_RandomMovementRotation", SimpleOverlay_RandomMovementSpeed = "SimpleOverlay_RandomMovementSpeed", SimpleOverlay_TintColor = "SimpleOverlay_TintColor", Vignette_Strength = "Vignette_Strength", Vignette_Smoothness = "Vignette_Smoothness", Vignette_Color = "Vignette_Color", Vignette_CenterX = "Vignette_CenterX", Vignette_CenterY = "Vignette_CenterY", Vignette_Roundness = "Vignette_Roundness", Vignette_Circular = "Vignette_Circular", ChromaticAberration_Strength = "ChromaticAberration_Strength", ChromaticAberration_BlurEdges = "ChromaticAberration_BlurEdges", OldFilm_Strength = "OldFilm_Strength", OldFilm_FilmFps = "OldFilm_FilmFps", OldFilm_FilmContrast = "OldFilm_FilmContrast", OldFilm_FilmBurn = "OldFilm_FilmBurn", OldFilm_FilmSceneCut = "OldFilm_FilmSceneCut", Lowfps_Strength = "Lowfps_Strength", Lowfps_FpsLimit = "Lowfps_FpsLimit", Lowfps_FpsRandom = "Lowfps_FpsRandom", Lowfps_ScreenTearing = "Lowfps_ScreenTearing", Datamosh_Strength = "Datamosh_Strength", Datamosh_Size = "Datamosh_Size", Datamosh_ResetAfterSecs = "Datamosh_ResetAfterSecs", Datamosh_Entropy = "Datamosh_Entropy", Datamosh_NoiseContrast = "Datamosh_NoiseContrast", Datamosh_VelocityScale = "Datamosh_VelocityScale", Datamosh_Diffusion = "Datamosh_Diffusion", LineScanner_Strength = "LineScanner_Strength", LineScanner_Direction = "LineScanner_Direction", LineScanner_ScanStepTotal = "LineScanner_ScanStepTotal", LineScanner_ScanStepSize = "LineScanner_ScanStepSize", LineScanner_ScanLineColor = "LineScanner_ScanLineColor", LineScanner_ScanLineSize = "LineScanner_ScanLineSize", LineScanner_ScanLineWaitBetweenScansSecs = "LineScanner_ScanLineWaitBetweenScansSecs", ParticleShower_Strength = "ParticleShower_Strength", ParticleShower_TextureFile1 = "ParticleShower_TextureFile1", ParticleShower_TextureFile2 = "ParticleShower_TextureFile2", ParticleShower_TextureFile3 = "ParticleShower_TextureFile3", ParticleShower_Speed1 = "ParticleShower_Speed1", ParticleShower_Speed2 = "ParticleShower_Speed2", ParticleShower_Speed3 = "ParticleShower_Speed3", ParticleShower_InBack1 = "ParticleShower_InBack1", ParticleShower_InBack2 = "ParticleShower_InBack2", ParticleShower_InBack3 = "ParticleShower_InBack3", AnalogGlitch_Strength = "AnalogGlitch_Strength", AnalogGlitch_ScanlineJitter = "AnalogGlitch_ScanlineJitter", AnalogGlitch_VerticalJump = "AnalogGlitch_VerticalJump", AnalogGlitch_HorizontalShake = "AnalogGlitch_HorizontalShake", AnalogGlitch_ColorDrift = "AnalogGlitch_ColorDrift", AnalogGlitch_MicEffect = "AnalogGlitch_MicEffect", DigitalGlitch_Strength = "DigitalGlitch_Strength", DigitalGlitch_Colorshift = "DigitalGlitch_Colorshift", DigitalGlitch_MicEffect = "DigitalGlitch_MicEffect", Letterbox_Strength = "Letterbox_Strength", Letterbox_ProgressY = "Letterbox_ProgressY", Letterbox_ProgressX = "Letterbox_ProgressX", Letterbox_Zoom = "Letterbox_Zoom", Letterbox_Color = "Letterbox_Color", FoggyWindow_Strength = "FoggyWindow_Strength", FoggyWindow_FogStrength = "FoggyWindow_FogStrength", FoggyWindow_FogTint = "FoggyWindow_FogTint", FoggyWindow_FogBoost = "FoggyWindow_FogBoost", FoggyWindow_RaindropVisibility = "FoggyWindow_RaindropVisibility", FoggyWindow_RaindropSpeed = "FoggyWindow_RaindropSpeed", FoggyWindow_RaindropSize = "FoggyWindow_RaindropSize", FoggyWindow_FogWipeSize = "FoggyWindow_FogWipeSize", FoggyWindow_FogWipeLifetimeSeconds = "FoggyWindow_FogWipeLifetimeSeconds", FoggyWindow_FogLifetimeInfinite = "FoggyWindow_FogLifetimeInfinite", Speedlines_Strength = "Speedlines_Strength", Speedlines_XCenter = "Speedlines_XCenter", Speedlines_YCenter = "Speedlines_YCenter", Speedlines_ColorA = "Speedlines_ColorA", Speedlines_ColorB = "Speedlines_ColorB", Speedlines_MicEffect = "Speedlines_MicEffect", Pixelation_Strength = "Pixelation_Strength", Pixelation_Resolution = "Pixelation_Resolution", Pixelation_Colorize = "Pixelation_Colorize", Pixelation_C1 = "Pixelation_C1", Pixelation_C2 = "Pixelation_C2", Pixelation_C3 = "Pixelation_C3", Pixelation_C4 = "Pixelation_C4", Pixelation_C5 = "Pixelation_C5", Pixelation_C6 = "Pixelation_C6", Pixelation_C7 = "Pixelation_C7", Pixelation_C8 = "Pixelation_C8", Pixelation_Fry = "Pixelation_Fry", LensDistortion_Strength = "LensDistortion_Strength", LensDistortion_LensStrength = "LensDistortion_LensStrength", LensDistortion_ZoomIn = "LensDistortion_ZoomIn", LensDistortion_Squish = "LensDistortion_Squish", WaveDistortion_Strength = "WaveDistortion_Strength", WaveDistortion_HeatStrength = "WaveDistortion_HeatStrength", WaveDistortion_RaindropStrength = "WaveDistortion_RaindropStrength", WaveDistortion_RaindropFrequency = "WaveDistortion_RaindropFrequency", WaveDistortion_ZoomIn = "WaveDistortion_ZoomIn", WaveDistortion_RotationBase = "WaveDistortion_RotationBase", WaveDistortion_WaveXStrength = "WaveDistortion_WaveXStrength", WaveDistortion_WaveXScroll = "WaveDistortion_WaveXScroll", WaveDistortion_WaveXFrequency = "WaveDistortion_WaveXFrequency", WaveDistortion_WaveYStrength = "WaveDistortion_WaveYStrength", WaveDistortion_WaveYScroll = "WaveDistortion_WaveYScroll", WaveDistortion_WaveYFrequency = "WaveDistortion_WaveYFrequency", BlurEffects_Strength = "BlurEffects_Strength", BlurEffects_BasicBlurVisibility = "BlurEffects_BasicBlurVisibility", BlurEffects_BasicBlurStrength = "BlurEffects_BasicBlurStrength", BlurEffects_PixelationBlur = "BlurEffects_PixelationBlur", BlurEffects_MotionBlur = "BlurEffects_MotionBlur", Grain_Strength = "Grain_Strength", Grain_Size = "Grain_Size", Grain_Luminosity = "Grain_Luminosity", Grain_Colored = "Grain_Colored", Vhs_Strength = "Vhs_Strength", Vhs_Fisheye = "Vhs_Fisheye", Vhs_Vignette = "Vhs_Vignette", Vhs_ScreenBleed = "Vhs_ScreenBleed", Vhs_NoiseGrain = "Vhs_NoiseGrain", Vhs_NoiseLines = "Vhs_NoiseLines", Vhs_TwitchVertical = "Vhs_TwitchVertical", Vhs_TwitchHorizontal = "Vhs_TwitchHorizontal", Vhs_Interlacing = "Vhs_Interlacing", Vhs_GammaCorrection = "Vhs_GammaCorrection", Vhs_PaleColor = "Vhs_PaleColor", Vhs_AfterImageAmount = "Vhs_AfterImageAmount", Vhs_AfterImageColor = "Vhs_AfterImageColor", Outline_Strength = "Outline_Strength", Outline_Sharpen = "Outline_Sharpen", Outline_Visibility = "Outline_Visibility", Outline_Color = "Outline_Color", Outline_Threshold = "Outline_Threshold", Outline_Contrast = "Outline_Contrast", Posterize_Strength = "Posterize_Strength", Ascii_Strength = "Ascii_Strength", Ascii_Size = "Ascii_Size", Ascii_CharacterVisibility = "Ascii_CharacterVisibility", Ascii_CharacterColorStrength = "Ascii_CharacterColorStrength", Ascii_CharacterColor = "Ascii_CharacterColor", ModelGlitch_StrengthExplode = "ModelGlitch_StrengthExplode", ModelGlitch_StrengthWiggle = "ModelGlitch_StrengthWiggle", ModelGlitch_StrengthPulse = "ModelGlitch_StrengthPulse", ModelGlitch_StrengthLiquify = "ModelGlitch_StrengthLiquify" } export type PermissionType = 'LoadCustomImagesAsItems'; export {}; //# sourceMappingURL=types.d.ts.map