/** * Retrieves the version of the installed application. * * @return The version of the installed application. If the installation information is not available, * the default version '1.0.0' is returned. */ export default function getWappVersion(): Promise;