import type { Effect } from "./effect.js"; /** * Ignores the result of the effect replacing it with a void */ export declare function asUnit(self: Effect, __trace?: string): Effect; //# sourceMappingURL=asUnit.d.ts.map