import { createPlugin } from './lib/create-plugin';
import type { CreatePlugin } from './types/helper';
declare function init(modules: CreatePlugin): {
    create: typeof createPlugin;
};
export = init;
