import type { Managed } from "../managed.js"; /** * Suspends the creation of this effect */ export declare function suspend(f: () => Managed, __trace?: string): Managed; //# sourceMappingURL=suspend.d.ts.map