import type { CodeAttribute } from "../attr"; export declare const scanReachable: (attr: CodeAttribute) => number[]; export declare const removeUnreachable: (attr: CodeAttribute) => CodeAttribute;