export declare class LocalPager {
    static paginate(data: Array<any>, page: number, perPage: number): Array<any>;
}
