import * as plugin from "../../index"; export { rules } from "../rules/recommended"; export declare const plugins: { regexp: typeof plugin; };