import { ApiService } from '@tramvai/http-client'; import type { HTTP_CLIENT_FACTORY } from '@tramvai/tokens-http-client'; import type { SERVER_MODULE_PAPI_PUBLIC_URL } from '@tramvai/tokens-server'; interface Deps { httpClientFactory: typeof HTTP_CLIENT_FACTORY; baseUrl: typeof SERVER_MODULE_PAPI_PUBLIC_URL; } export declare class PapiService extends ApiService { constructor({ httpClientFactory, baseUrl }: Deps); } export {}; //# sourceMappingURL=papiService.browser.d.ts.map