/** * @packageDocumentation * Require geolocation watch IDs to be retained so they can be cleared. */ import { type TSESLint } from "@typescript-eslint/utils"; /** Rule implementation for `runtime-cleanup/no-floating-geolocation-watches`. */ declare const noFloatingGeolocationWatches: TSESLint.RuleModule<"floatingGeolocationWatch", readonly []>; export default noFloatingGeolocationWatches; //# sourceMappingURL=no-floating-geolocation-watches.d.ts.map