import { NpmDepType } from '@virmator/core'; /** * A virmator plugin for running and building frontend packages. * * @category Main */ export declare const virmatorFrontendPlugin: Readonly; }> & { pluginPackageRootPath: string; executor: import("@virmator/core").VirmatorPluginExecutor>; }>;