import { type IPlugin } from '@unchainedshop/core';
export declare const ETHMinterPlugin: IPlugin;
export default ETHMinterPlugin;
export { ETHMinter } from './adapter.ts';
