import type { RIO } from "./effect.js";
/**
 * Canceler Definition
 */
export declare type Canceler<R> = RIO<R, void>;
//# sourceMappingURL=Canceler.d.ts.map