import { type MascotState } from './mascot.js'; export declare const MINI_MASCOT_WIDTH = 13; export declare const MINI_MASCOT_HEIGHT = 3; export declare function miniMascotFrameCount(state: MascotState): number; export declare function renderMiniMascotLines(state?: MascotState, frame?: number): string[]; export declare const __MINI_MASCOT_FRAMES_FOR_TESTS: Record;