import type CorePlugin from "./plugin.js"; type PluginInput = Parameters[0]; type PluginHooks = Awaited>; export declare function installHostLimitHandling(input: PluginInput, hooks: PluginHooks): void; export {}; //# sourceMappingURL=host-limits.d.ts.map