import type { State } from '../types'; export declare const cancel: (state: State, cancelId?: number) => State;