export declare function handleClientsRefreshRequest(abortSignal: AbortSignal, devServerInstanceId?: string): Response; /** * End every open refresh SSE stream. Studio keeps one of these connections * open for its whole lifetime, so without this the graceful-shutdown drain * would wait on them until the drain deadline (stalling `mastra dev` hot * reloads while Studio is open). */ export declare function closeRefreshStreams(): void; export declare function getTriggerClientsRefreshPayload(): { success: boolean; clients: number; }; export declare function disableHotReload(): void; export declare function enableHotReload(): void; export declare function isHotReloadDisabled(): boolean; //# sourceMappingURL=client.d.ts.map