/** * Copies the certificate file at `sourcePath` to the correct location within * the APK's `decodeDir`, so it can then be referenced in the Network Security * Config. */ export default function copyCertificateFile(decodeDir: string, sourcePath: string): Promise;