/** * Process the given Smali file and apply applicable patches. * @returns whether patches were applied */ export default function processSmaliFile(filePath: string, log: (message: string) => void): Promise;