/** * 36-frame golden circle animation frames * * Each frame is 6 lines x 16 chars representing a hollow ring * with a rotating highlight spot. * * Generated by scripts/generate-circle-frames.js */ export declare const GOLDEN_CIRCLE_FRAMES: string[]; export declare const FRAME_WIDTH = 16; export declare const FRAME_HEIGHT = 6; //# sourceMappingURL=index.d.ts.map