import type webpack from 'webpack';
import type { LoaderOptions } from './types';
export default function loader(this: webpack.LoaderContext<LoaderOptions>, rawCode: string): string;
