export type ServerPolyfill = { polyfill: { route: string; features: Record; minify: boolean; }; };