import { Plugin } from '../types';
export declare function createPlugin(): Plugin<Record<string, unknown>>;
