export declare type ServiceState = "initializing" | "ready" | "closing" | "closed"; //# sourceMappingURL=types.d.ts.map