import type { TSESLint } from "@typescript-eslint/utils"; type ElectronPreferenceMessageIds = "default"; type ElectronWebPreferenceCheck = Readonly<{ disallowedValue: boolean; preferenceName: string; }>; type RuleContext = Readonly>; /** * Creates a listener that reports unsafe boolean Electron `webPreferences` * values. */ export declare const createElectronWebPreferencesBooleanListener: (context: RuleContext, check: ElectronWebPreferenceCheck) => TSESLint.RuleListener; export {}; //# sourceMappingURL=electron-web-preferences.d.ts.map