import webpack from 'webpack'; declare type BridgesPaths = string | RegExp | (string | RegExp)[]; export declare class TypeORMBridgeWebpackPlugin { private applies; constructor(isServer?: boolean, bridgesPaths?: BridgesPaths, entitiesCheck?: RegExp); apply: (compiler: webpack.Compiler) => void; } export declare const noParse: string[]; export declare const nextJsWebpack: (webpack: webpack.Configuration, bridgesPaths?: BridgesPaths, entitiesCheck?: RegExp) => void; export {};