import type { LifeCycle } from '../domain/lifeCycle'; export declare function startLogsBridge(lifeCycle: LifeCycle): void;