export declare const first: <T>(this: Iterable<T>, givenPredicate?: import("../types-internal").AnyMapper<T>) => any;
