export type KonnextConfig = { isEncrypted: number; encryptMode?: string | null; macAddress?: string | null; secretKey?: string | null; };