/** * `@polygonlabs/apps-team-lint`'s ESLint plugin object — the value ESLint's * flat config registers under the `polygon` namespace. Rules are referenced * downstream as `polygon/`. * * Currently houses one rule, `no-discarded-typed-registry-chain`, which catches the * partial-discard case of the @polygonlabs/openapi-registry chainable API * that the type-level `OperationsOf` brand cannot detect. */ export declare const polygonPlugin: { meta: { name: string; version: string; }; rules: { 'no-discarded-typed-registry-chain': import("@typescript-eslint/utils/ts-eslint").RuleModule<"discarded", [], unknown, import("@typescript-eslint/utils/ts-eslint").RuleListener> & { name: string; }; }; }; //# sourceMappingURL=plugin.d.ts.map