export declare const getProductsCountAndPage: (from: number, to: number) => [number, number];
