import type { BasePluginOptions } from "../options.js"; export declare const nodejsAlsPlugin: import("../factory.js").NullablePluginOutput; export interface UnenvApi { polyfill: ReadonlyArray; inject: { [injectedName: string]: string; }; } export declare const getUnenv: (options: BasePluginOptions) => import("unenv").ResolvedEnvironment; export declare const nodejsUnenvPlugin: import("../factory.js").NullablePluginOutput; export declare const nodejsImportWarningPlugin: import("../factory.js").NullablePluginOutput; //# sourceMappingURL=nodejs-compat.d.ts.map