import { type AnyProps, type Plugin } from './types.js'; export declare function injectPlugin(name: string, plugin: Plugin): void;