import { Exploit } from '../exploit'; export declare class Tetris extends Exploit { static _name: string; protected getPropertyStore(): { tetrisCode: { 'S1.600': Uint8Array; 'S1.500': Uint8Array; 'S1.400': Uint8Array; 'S1.300': Uint8Array; 'S1.200': Uint8Array; 'S1.100': Uint8Array; 'S1.000': Uint8Array; }; loadingAddress: { '*': number; }; execAddress: { '*': number; }; bootstrap: { '*': string; }; }; playTetris(): Promise; } //# sourceMappingURL=tetris.d.ts.map