export declare const EsLintStrictRules: { readonly Strict: "strict"; }; export declare type EsLintStrictRule = (typeof EsLintStrictRules)[keyof typeof EsLintStrictRules]; export declare type EsLintStrictRules = typeof EsLintStrictRules; export declare const isEsLintStrictRule: (value: unknown) => value is "strict";