import { type AdblockSyntax } from '../utils/adblockers.js';
export declare const getSyntaxDeserializationMap: () => Map<number, AdblockSyntax>;
