export declare class ChatHubConfig {
    executionContextTtl: number;
    streamStateTtl: number;
    maxBufferedChunks: number;
}
