import { Plugin } from '../plugin'; export function actionPlugin(): Plugin { return { async onCompile(): Promise { } }; }