import type { Application } from "../application";
export declare function loadPlugins(app: Application, plugins: readonly string[]): Promise<void>;
