import webpack from 'webpack'; declare function transform(this: webpack.LoaderContext, code: string): string; export { transform as default };