import { execFunction } from"./exec";
/**
* Checks that Wireguard is installed and available in path at 'wg' and returns the version string.
*
* Will throw on Error if wg is not installed
*/exportdeclareconstcheckWgIsInstalled: (exec: execFunction) =>Promise<string>;