import type Application from "./application.ts"; /** * callback for window resize event * @param game - the game application instance triggering the resize */ export declare function onresize(game: Application): void; //# sourceMappingURL=resize.d.ts.map