// Narrow shared exports for web-fetch contract surfaces.

import type { WebFetchProviderPlugin } from "../plugins/types.js";

export { enablePluginInConfig } from "./provider-enable-config.js";
export type { WebFetchProviderPlugin };
