/** * Nitro plugin to set the `x-powered-by` header. * * @see https://nitro.build/guide/plugins * * @param nitroApp The nitro app instance. */ declare const _default: import("nitropack").NitroAppPlugin; export default _default;