UNPKG

koishi-plugin-dicex

Version:
12 lines (11 loc) 316 B
import { DicePluginConfig } from '../config'; declare const BaseModule_base: new (ctx: import("koishi").Context, config: { maxPoint?: number; maxTimes?: number; }) => { ctx: import("koishi").Context; config: DicePluginConfig; }; export declare class BaseModule extends BaseModule_base { } export {};