export type KonnextConfig = { isEncrypted: number; encryptMode?: string | null; macAddress?: string | null; secretKey?: string | null; }; //# sourceMappingURL=konnextConfig.d.ts.map