export type MTPCommunicationType = string; export type MTPDataType = string; export const communicationTypes: readonly MTPCommunicationType[] = []; export const dataTypes: readonly MTPDataType[] = [];