import { WrapperOptions } from "./wrapper";
export interface LoaderOptions {
    trampolineFactoryModule: string;
    functionModule: string;
    wrapperOptions: WrapperOptions;
}
export default function webpackLoader(this: any, _source: string): string;
