import type { HooksConfig, LoadedPlugin } from "./types";
export declare function loadPluginHooksConfigs(plugins: LoadedPlugin[]): HooksConfig[];
