/** * When we derive keys, we want to preserve unknown script extensions. For others, remove them as the bundler * will add back `'.js'` for us in the output. */ export declare function toNormalizedEntryKey(entry: string): string; //# sourceMappingURL=toNormalizedEntryKey.d.ts.map