export function parse(data: any): { type: symbol; data: any; }; export const RESPONSE_TYPE_QUESTION: unique symbol; export const RESPONSE_TYPE_RESULT: unique symbol; export const RESPONSE_TYPE_UNKNOWN: unique symbol;