import { M as Maybe } from './Maybe-58ee2d71.js'; declare function take(array: Maybe, count: number): T[]; export { take as t };