import { LoaderContext } from 'webpack'; export interface SemiPrefixLoaderOptions { replacers?: Record; } export default function semiPrefixLoader(this: LoaderContext, source: string): string;