import type { Observable } from "@bsb/base"; import type { BetterPortalLogger, BetterPortalObservability } from "@betterportal/framework"; export declare function createBsbObservability(observable: Observable): BetterPortalObservability; export declare function createBsbLogger(observable: Observable): BetterPortalLogger; export { BPService, BetterPortalConfigSchema, type BetterPortalConfig, type BetterPortalRuntime, type BetterPortalSseEmitScope, type BPServiceConfig, type BPServiceDefinition } from "./service.js"; //# sourceMappingURL=index.d.ts.map