import { Kdu as _Kdu } from './kdu' export type PluginFunction = (Kdu: typeof _Kdu, options?: T) => void export interface PluginObject { install: PluginFunction [key: string]: any }