import { IState, IAction, StoreInternal } from '../common'; export declare function remove(store: StoreInternal, path: string, options?: { key?: string; }): boolean;