import { LifecycleMessage } from "@amazon-connect/workspace-types"; import { AmazonConnectService, ServiceContext } from "../service"; import { LifecycleManager } from "./lifecycle-manager"; export declare class ServiceLifecycleManager extends LifecycleManager { constructor(provider: AmazonConnectService); handleLifecycleChangeMessage(msg: LifecycleMessage): Promise; } //# sourceMappingURL=service-lifecycle-manager.d.ts.map