import type { Action } from './types'; export declare function merge(actions: Action[], windowSize: number): Action[] | undefined;