/* tslint:disable */
/* eslint-disable */
export const memory: WebAssembly.Memory;
export const chip8_assemble: (a: number, b: number) => [number, number, number, number];
export const chip8_disasm: (a: number, b: number) => [number, number];
export const chip8_display: () => [number, number];
export const chip8_frame: (a: number) => number;
export const chip8_key: (a: number, b: number) => void;
export const chip8_load: (a: number, b: number) => [number, number];
export const chip8_program_source: (a: number) => [number, number];
export const chip8_programs: () => [number, number];
export const chip8_regs: () => [number, number];
export const chip8_reset: () => void;
export const chip8_set_quirks: (a: number) => void;
export const chip8_sound: () => number;
export const chip8_step: () => number;
export const __wbindgen_externrefs: WebAssembly.Table;
export const __wbindgen_malloc: (a: number, b: number) => number;
export const __wbindgen_realloc: (a: number, b: number, c: number, d: number) => number;
export const __externref_table_dealloc: (a: number) => void;
export const __wbindgen_free: (a: number, b: number, c: number) => void;
export const __wbindgen_start: () => void;
