/** * Calculate current page from url (offset) */ export declare function getCurrentPage(url: any, pageSize: any): number;