```ts export = function remapping(input: SourceMapInput | SourceMapInput[], loader: SourceMapLoader, options?: boolean | Options): SourceMap; ``` ``` TS2309: An export assignment cannot be used in a module with other exported elements. ```