import type { Maybe } from "@thi.ng/api";
/**
 * Returns the first value (if any) from given iterable (e.g. a Set).
 *
 * @param x
 */
export declare const first: <T>(x: Iterable<T>) => Maybe<T>;
//# sourceMappingURL=first.d.ts.map