import { Associative } from "@tsplus/stdlib/prelude/Associative/definition"; /** * An `Associative` that always returns the first element. * @tsplus static Associative/Ops first * @tsplus location "@tsplus/stdlib/prelude/Associative/first" */ export declare function first(): Associative; //# sourceMappingURL=first.d.ts.map