import { ASObject } from '@awayfl/avm2'; export declare class ThrottleType extends ASObject { static classInitializer: any; static classSymbols: string[]; static instanceSymbols: string[]; constructor(); static THROTTLE: string; static PAUSE: string; static RESUME: string; } //# sourceMappingURL=ThrottleType.d.ts.map