import type * as webpack from "webpack"; export declare class BuildTimeConvertPlugin implements webpack.WebpackPluginInstance { apply(compiler: webpack.Compiler): void; }