import type { FullSprigAPI, GameState, InputKey } from '../api.js'; import { type BaseEngineAPI } from '../base/index.js'; export * from './bitmap.js'; export type ImageDataEngineAPI = BaseEngineAPI & Pick; export declare const imageDataEngine: () => { api: ImageDataEngineAPI; render(): ImageData; button(key: InputKey): void; cleanup(): void; state: GameState; }; //# sourceMappingURL=index.d.ts.map