import { ContentBlockerRule } from "./types";
export declare function applyBlockerRules(rules: ContentBlockerRule[]): Promise<void>;
export declare function getBlockerState(): Promise<any>;
//# sourceMappingURL=content-blocker.d.ts.map