import { ActionReset } from './types'; export declare const resetAction: (draft: any, action: ActionReset) => void;