import type { ESLint } from 'eslint'; /** Resolves CJS/ESM default-export interop and asserts the result is a valid ESLint plugin. */ export declare function ensurePlugin(value: unknown): ESLint.Plugin; //# sourceMappingURL=ensure-plugin.d.ts.map