import { TapEncryption } from './tap-encryption'; declare module '@iotize/tap/lib/tap' { interface Tap { encryption: TapEncryption; } } export declare const _TAP_EXTENSION_ENCRYPTION_: void;