import { Compiler } from 'webpack';
import { AddonOptions } from '../types';
export declare class ImportWriterPlugin {
    private options?;
    constructor(options?: AddonOptions | undefined);
    apply(compiler: Compiler): void;
}
