import { TapAuth } from './tap-auth'; declare module '@iotize/tap/lib/tap' { interface Tap { auth: TapAuth; } } export declare const _TAP_EXTENSION_AUTH_: void;