export declare const NOOP = "NOOP";
export declare const noop: () => {
    type: string;
};
