import { Effect } from './Type'; declare const nothing: () => Effect.INothing; export default nothing;