import type * as C from "./core.js"; /** * Replaces this sink's result with the provided value. */ export declare function as_(self: C.Sink, z: Z1): C.Sink; /** * Replaces this sink's result with the provided value. * * @ets_data_first as_ */ export declare function as(z: Z1): (self: C.Sink) => C.Sink; //# sourceMappingURL=as.d.ts.map