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