import * as C from "./core.js"; /** * A sink that immediately ends with the specified value. */ export declare function succeed(z: Z): C.Sink; //# sourceMappingURL=succeed.d.ts.map