declare class FlowKey { static readonly META = "meta"; static readonly DATA = "data"; static readonly CONFIG = "config"; static readonly RESULT = "result"; static readonly DETAIL = "detail"; static readonly DETAILS = "details"; static readonly STAT = "stat"; static readonly STATS = "stats"; static readonly RECORD = "record"; static readonly METRICS = "metrics"; static readonly ID = "id"; static readonly INDEX = "index"; static readonly NONCE = "nonce"; static readonly THRESHOLD = "threshold"; static readonly SIGNATURE = "signature"; static readonly DAEMON = "daemon"; static readonly MANAGER = "manager"; static readonly MESSAGE = "message"; static readonly PAYLOAD = "payload"; static readonly REQUEST = "request"; static readonly RESPONSE = "response"; static readonly CREATOR = "creator"; static readonly OFFER = "offer"; static readonly ANSWER = "answer"; static readonly CANDIDATE = "candidate"; static readonly PEER_ID = "peer_id"; static readonly NODE_ID = "node_id"; static readonly RESOURCE = "resource"; static readonly FRAGMENT = "fragment"; static readonly PLAYLIST = "playlist"; static readonly SEGMENTS = "segments"; static readonly SEGMENT_IDS = "segment_ids"; static readonly MEASURES = "measures"; } export { FlowKey };