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