import type { FeatureProvider } from "@protontech/autofill/features/v1"; import type { AnyRule, DetectionClass } from "@protontech/autofill/types"; export declare const getBaseRules: (featureProvider: FeatureProvider) => readonly [import("@protontech/fathom").OutwardRule | import("@protontech/fathom").InwardRule, import("@protontech/fathom").OutwardRule | import("@protontech/fathom").InwardRule, ...(import("@protontech/fathom").OutwardRule | import("@protontech/fathom").InwardRule)[], import("@protontech/fathom").OutwardRule | import("@protontech/fathom").InwardRule]; export declare const getRulesProvider: (featureProvider: FeatureProvider) => Record;