declare function take<T>(array: readonly T[], limit: number): T[];

export { take };
