declare const limitList: (list: T[], limit?: string | number, to?: string | number | undefined) => T[]; export default limitList; //# sourceMappingURL=limitList.d.ts.map