import { type Middleware } from 'koa';
import { type Configuration } from 'webpack';
export declare function frontend(webpackConfigs: Configuration[], argv: Record<string, any>, serveStudio?: boolean): Promise<Middleware>;
