import { Compiler } from 'webpack';
export default class NextJsSsrImportPlugin {
    apply(compiler: Compiler): void;
}
