import * as O from "../../../Option/index.js"; import type * as C from "./core.js"; /** * Creates a sink containing the last value. */ export declare function last(): C.Sink>; //# sourceMappingURL=last.d.ts.map