declare class WebRTCConstant { static readonly DATACHANNEL_CHUNK_SIZE: number; } declare class ResourceConstant { static readonly URGENT_THRESHOLD_PRIORITY = 1; } export { WebRTCConstant, ResourceConstant };