import type { State } from '../types'; export declare const startMacro: (state: State) => State; export declare const completeMacro: (macros: Record, state: State) => State;