import { defaultExport } from "../default"; export interface IPlugin { setup(shibarium: typeof defaultExport, ...payload: any[]): any; }