import type { FrameContext, OrbFrame } from './shared.js'; /** * Builds `settling`: a soft, monochrome orb gradually releases its remaining motion. * * The phase is continuous and intentionally never switches state, so a looping loader has no * perceptible reset or sudden accent burst. */ export declare function settleFrame(context: FrameContext): OrbFrame; //# sourceMappingURL=agent-orbs.d.ts.map