import * as i0 from '@angular/core'; import { HsConfig } from 'hslayers-ng/config'; import { HsEndpoint } from 'hslayers-ng/types'; declare class HsCommonEndpointsService { hsConfig: HsConfig; endpoints: i0.Signal; private fillEndpoints; /** * Get items per page config * @param endpoint - Endpoint * @returns number */ getItemsPerPageConfig(endpoint: any): number; static ɵfac: i0.ɵɵFactoryDeclaration; static ɵprov: i0.ɵɵInjectableDeclaration; } export { HsCommonEndpointsService };