import type { Plugin, PluginInit } from './types'; export declare function plugin(name: string, hooks: Plugin): PluginInit;