import type debug from 'debug'; import type { App } from './App'; export declare type AppPlugin = (opts: { app: App; debug: ReturnType; }) => void;