import { SmaliPatch } from './types'; /** * A declarative list of all the patches that are * applied to Smali code to disable certificate pinning. */ declare const smaliPatches: SmaliPatch[]; export default smaliPatches;