import Listr = require('listr'); export default function applyPatches(decodeDir: string, { debuggable, certificatePath, mapsApiKey, }?: { debuggable?: boolean; certificatePath?: string; mapsApiKey?: string; }): Listr<{ usesAppBundle: boolean; }>;