import { Store } from '../store'; /** * Remove an action from the store * @param store * @returns */ export declare const remove: (store: Store) => (relId: string) => void;