import * as webpack from "webpack"; import { Logger } from "@simplism/core"; export declare class TsCheckAndDeclarationPlugin implements webpack.Plugin { private readonly _options; constructor(_options: { tsConfigPath?: string; packageName: string; logger: Logger; projectPath?: string; }); apply(compiler: webpack.Compiler): void; private _loadersPath; }