import { ESLintUtils } from '@typescript-eslint/utils'; /** * We are moving to our own small abstraction to create a lint rule that we have the power * to change and mold to our own needs. * * @see createLintRule * * @private * @deprecated */ export declare const createRule: ({ name, meta, ...rule }: Readonly>) => ESLintUtils.RuleModule;