import * as Kdu from 'kdu' declare const isKdu2: boolean declare const isKdu3: boolean declare const Kdu2: any declare const install: (kdu?: any) => void /** * @deprecated To avoid bringing in all the tree-shakable modules, this API has been deprecated. Use `Kdu2` or named exports instead. */ declare const V: typeof Kdu export function set(target: any, key: any, val: T): T export function del(target: any, key: any): void export * from 'kdu' export { V as Kdu, Kdu2, isKdu2, isKdu3, install, }