import { PDG } from './pdg.js'; /** * Extract the WL feature multiset from a PDG. * Matches rcf_core.wl.wl_features in Python. */ export declare function wlFeatures(pdg: PDG, iterations?: number): Record; //# sourceMappingURL=wl.d.ts.map