import type { SerwistPlugin } from "../types.js"; export declare const pluginUtils: { filter: (plugins: SerwistPlugin[], callbackName: string) => SerwistPlugin[]; }; //# sourceMappingURL=pluginUtils.d.ts.map