import { LazyArg } from "@tsplus/stdlib/data/Function";
import { Effect } from "@effect/core/io/Effect/definition";
/**
* Returns an effect that dies with the specified `unknown`. This method can
* be used for terminating a fiber because a defect has been detected in the
* code.
* @tsplus static effect/core/io/Effect.Ops dieSync
* @tsplus location "@effect/core/io/Effect/operations/dieSync"
*/
export declare function dieSync(f: LazyArg): Effect;
//# sourceMappingURL=dieSync.d.ts.map