import { GenericEpic } from "~/redux/observable";
import { State } from "~/redux/types/State";
export declare const removeNotification: <T>(selector: (t: State) => T | undefined, key: string) => GenericEpic<unknown>;
