export { BrowsonicErrorHandler, type BrowsonicErrorHandlerOptions } from './error-handler'; export { BrowsonicService, type BrowsonicServiceOptions } from './service'; export { provideBrowsonic, type ProvideBrowsonicOptions } from './provide'; export { resolveSdk } from './resolve-sdk'; export { installRouterInstrumentation, routeTemplateFromSnapshot, routeNameFromSnapshot, routeScreenFromSnapshot, type ActivatedRouteSnapshotLike, type RouteScreenContextLike, type RouterLike, type RouterEventLike, type ObservableLike, type SubscriptionLike, type InstallRouterInstrumentationOptions, } from './router'; export { createBrowsonicHttpReporter, type BrowsonicHttpReporter, type CreateBrowsonicHttpReporterOptions, type HttpRequestLike, type HttpErrorResponseLike, } from './http-interceptor'; //# sourceMappingURL=index.d.ts.map