import type { Context } from '../app'; export declare abstract class KotoriPlugin { protected readonly ctx: Context; protected readonly config: T; constructor(ctx: Context, config: T); } export default KotoriPlugin;