/** * **Linaria fixSourceMap Loader** * * Apply this loader after transforming the CSS file but before concatenating several CSS files. * It will extract the original file information discovered by the **attachSourceMap** loader * and inject it into the transformed CSS sourceMap for a high resolution mapping. */ export default function loader(this: any, code: string, map: any, meta: any): void;