export interface QueryStateResponse { data: T; } export declare function queryState(roomId: string, key?: string, path?: string, botUrl?: string): Promise>;