export = createErrorDetectorPlugin;
declare function createErrorDetectorPlugin(userConfig?: {}): (nextConfig?: {}) => {};
declare namespace createErrorDetectorPlugin {
    export { createErrorDetectorPlugin };
}
