declare type LimitFunction = (data: any[], limit: number, start?: number) => any[];
declare const limit: LimitFunction;
export default limit;
