import { type UnifiedWebSocketClient } from './types.js'; /** * Set the shutdown state. * Called during graceful shutdown to prevent reconnection attempts. */ export declare function setShuttingDown(value: boolean): void; /** * Check if shutting down. */ export declare function getIsShuttingDown(): boolean; export declare function createUnifiedWebSocketClient(additionalSecretIds?: string[], managedKeyNames?: string[]): UnifiedWebSocketClient; //# sourceMappingURL=client.d.ts.map