import { MNothing } from "fp-utilities";
export declare const onNothing: <T>(m: string) => (v: MNothing<T>) => T;
