import { LineState, LineKey, ValueFlashState } from './constants.js'; export declare function createLineState(): LineState; export declare function createValueFlashState(): ValueFlashState; export declare function processLine(state: LineState, newText: string, now: number, lineKey?: LineKey, glitchEnabled?: boolean): void; //# sourceMappingURL=line-state.d.ts.map