import { Exploit, VersionPropertyStore } from "../exploit"; export declare class HiMDUnboundedReading extends Exploit { static _name: string; _policies: { permanent: boolean; }; protected getPropertyStore(): VersionPropertyStore; init(): Promise; } //# sourceMappingURL=himd-unbounded-reading.d.ts.map