import { InjectionToken } from '@angular/core';
import type { ApiManager } from './api-manager';
/**
 * Token used by the core library to provide an Api manager to services. It can be provided in the app.
 */
export declare const API_TOKEN: InjectionToken<ApiManager>;
//# sourceMappingURL=api-manager.token.d.ts.map